feat: improve flake update logging

This commit is contained in:
Noa Aarts 2024-10-29 10:44:30 +01:00
parent f31f1f226c
commit eb56c94a41
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -287,7 +287,7 @@
git reset --hard origin/main git reset --hard origin/main
git pull git pull
nix flake update --commit-lock-file nix flake update --commit-lock-file
nixos-rebuild boot --flake . nixos-rebuild boot -L --flake .
git push git push
''; '';
serviceConfig = { serviceConfig = {