commit 34aa2cfd4e82dca432756d7345fb2fd7cc05c771
parent 6af992e5a97df6701b888c9fc4eb9b9f0a3e0ce2
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 11 Sep 2022 21:23:32 +0200
parent 6af992e5a97df6701b888c9fc4eb9b9f0a3e0ce2
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 11 Sep 2022 21:23:32 +0200
nixos-deploy: remove `--builders` option
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos-deploy b/nixos-deploy @@ -19,7 +19,7 @@ sleep 1 set -x system_drv=$( - nix-instantiate --system x86_64-linux --builders 'ssh://osterei.ctu.cx x86_64-linux' "<nixpkgs/nixos>" -A config.system.build.toplevel \ + nix-instantiate --system x86_64-linux "<nixpkgs/nixos>" -A config.system.build.toplevel \ -I "$(nix-build nix/sources-dir.nix --no-out-link)" \ -I "nixos-config=machines/$machine/configuration.nix" )