Fix deploy script to call nix develop.
This commit is contained in:
parent
7de84f5bf5
commit
d1ab660c43
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
function deploy() {
|
||||
nixos-rebuild $1 --flake .#default --target-host admin@lebesgue --use-remote-sudo --verbose
|
||||
nix develop -c nixos-rebuild $1 --flake .#default --target-host admin@lebesgue --use-remote-sudo --verbose
|
||||
}
|
||||
|
||||
nix flake update common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue