5 lines
88 B
Nix
5 lines
88 B
Nix
with import <stockholm/lib>;
|
|
self: super:
|
|
|
|
mapNixDir (path: import path self super) ./.
|