update to latest nixpkgs

This commit is contained in:
Youwen Wu 2024-08-01 14:54:21 -07:00
parent 19e371edd1
commit 6071913bde
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 8 additions and 7 deletions

View file

@ -251,7 +251,8 @@
description =
"Update the system flake and attempt to build and switch to the new configuration.";
body = ''
nix flake update /etc/nixos
cd /etc/nixos
nix flake update
sudo nixos-rebuild switch
'';
};