Once more try to include nvd in system update

This commit is contained in:
Daniel Siepmann 2022-11-11 14:08:42 +01:00
parent 3919c7abb6
commit b6f52946e5
Signed by: Daniel Siepmann
GPG Key ID: 33D6629915560EF4
1 changed files with 5 additions and 5 deletions

View File

@ -3,14 +3,14 @@
writeShellApplication {
name = "custom-update-system";
# Including this doesn't work
# oldVersion=$(home-manager generations | head -n 2 | tail -n 1 | cut -d' ' -f 7)
# newVersion=$(home-manager generations | head -n 1 | cut -d' ' -f 7)
# nvd diff "$oldVersion" "$newVersion"
text = ''
nix-channel --update
home-manager switch
oldVersion=$(home-manager generations | head -n 2 | tail -n 1 | cut -d' ' -f 7)
newVersion=$(home-manager generations | head -n 1 | cut -d' ' -f 7)
nvd diff "$oldVersion" "$newVersion"
home-manager expire-generations '-30 days'
nix-env --delete-generations +5
nix store gc