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

fix not using wire-small-dev

+2 -2
+2 -2
tests/nix/test-opts.nix
··· 4 4 { 5 5 lib, 6 6 snakeOil, 7 - wire-small, 7 + wire-small-dev, 8 8 config, 9 9 pkgs, 10 10 ... ··· 36 36 "C+ /root/.ssh/id_ed25519 600 - - - ${snakeOil.snakeOilEd25519PrivateKey}" 37 37 ]; 38 38 environment.systemPackages = [ 39 - wire-small 39 + wire-small-dev 40 40 pkgs.ripgrep 41 41 ]; 42 42 # It's important to note that you should never ever use this configuration