+11
-1
projects/nilla.nix
+11
-1
projects/nilla.nix
···
30
}) pins;
31
}
32
)
33
+
]
34
+
++ (
35
+
if (builtins.readDir ./.) ? "dependencies" then
36
+
(lib.fp.pipe [
37
+
builtins.readDir
38
+
builtins.attrNames
39
+
(map (name: "${./dependencies}/${name}/project.nix"))
40
+
] ./dependencies)
41
+
else
42
+
[ ]
43
+
);
44
45
args = {
46
inherit nilla pins; # pins needs to be a static arg for us to import from it...
+1
projects/packetmix/workspace.josh
+1
projects/packetmix/workspace.josh