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