+11
-1
projects/nilla.nix
+11
-1
projects/nilla.nix
···
30
30
}) pins;
31
31
}
32
32
)
33
-
];
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
+
);
34
44
35
45
args = {
36
46
inherit nilla pins; # pins needs to be a static arg for us to import from it...