4 lines
47 B
Nix
4 lines
47 B
Nix
lib:
|
|
with lib;
|
|
mapNixDir (flip import lib) ./.
|
lib:
|
|
with lib;
|
|
mapNixDir (flip import lib) ./.
|