menu is the golinks provider and URL shortener that we're writing. So we can start using it right away, it would be good to host it on teal ASAP
+1
packetmix/systems/teal/headscale.nix
+1
packetmix/systems/teal/headscale.nix
+12
-1
projects/nilla.nix
+12
-1
projects/nilla.nix
···
30
}) pins;
31
}
32
)
33
+
]
34
+
++ (
35
+
if (builtins.readDir ./.) ? "dependencies" then
36
+
let
37
+
dependenciesDir = ./dependencies;
38
+
dependencies = builtins.attrNames (builtins.readDir dependenciesDir);
39
+
depedencyFiles = map (name: "${./dependencies}/${name}/project.nix") dependencies;
40
+
in
41
+
depedencyFiles
42
+
else
43
+
[ ]
44
+
);
45
46
args = {
47
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