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