it actually works now! (deploy)

This commit is contained in:
kat witch 2021-03-16 18:42:53 +00:00
parent a7eb2e7a6f
commit 2c916d10cc
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

2
nyx
View file

@ -13,7 +13,7 @@ deploy() {
METHOD="switch"
fi
nix eval --raw deploy.${HOST} -f . | bash -s -- ${METHOD}
bash <(nix eval --raw deploy.${HOST} -f .) ${METHOD}
}
install() {