Update nix flake.

This commit is contained in:
Lorenzo Good 2025-09-16 16:58:19 -04:00
parent f164449faf
commit db8869d0b7
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
3 changed files with 40 additions and 34 deletions

View file

@ -4,7 +4,7 @@ function deploy() {
nixos-rebuild $1 --flake .#default --target-host admin@lebesgue --use-remote-sudo --verbose
}
nix flake lock --update-input common
nix flake common
if [[ -n $1 ]]; then
deploy $1