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

Configure Feed

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

describe meta.nodeNixpkgs

+4
+4
doc/guides/writing-a-hive.md
··· 21 21 # `meta.specialArgs` are specialArgs to pass to each node & default 22 22 # type: attrset 23 23 specialArgs = { }; 24 + 25 + # `meta.nodeNixpkgs` lets you override nixpkgs per-node. 26 + # type: attrset of "A path or an instance of nixpkgs." 27 + nodeNixpkgs: = { }; 24 28 }; 25 29 26 30 # `defaults` is a module applied to every node