ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
at rollback-hacking 9 lines 177 B view raw
1{ 2 inputs.wire.url = "git+file:///root/wire"; 3 4 outputs = 5 { wire, ... }: 6 { 7 wire = wire.makeHive (import "${wire}/bench/default.nix" { flake = wire; }); 8 }; 9}