5 lines
78 B
Nix
5 lines
78 B
Nix
with import ./lib;
|
|
self: super:
|
|
|
|
mapNixDir (path: import path self super) ./.
|