ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

runtime/evaluate.nix: force system to be null (#84)

authored by

lychee and committed by
GitHub
02e4c75e 41fe9829

+1 -1
+1 -1
runtime/evaluate.nix
··· 52 52 mergedHive.defaults 53 53 mergedHive.${name} 54 54 ]; 55 - 55 + system = null; 56 56 specialArgs = { 57 57 inherit name nodes; 58 58 } // mergedHive.meta.specialArgs or { };