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: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 8 additions and 7 deletions

View file

@ -230,11 +230,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1722185531, "lastModified": 1722421184,
"narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=", "narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d", "rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -324,11 +324,11 @@
}, },
"stablepkgs": { "stablepkgs": {
"locked": { "locked": {
"lastModified": 1722221733, "lastModified": 1722372011,
"narHash": "sha256-sga9SrrPb+pQJxG1ttJfMPheZvDOxApFfwXCFO0H9xw=", "narHash": "sha256-B2xRiC3NEJy/82ugtareBkRqEkPGpMyjaLxaR8LBxNs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "12bf09802d77264e441f48e25459c10c93eada2e", "rev": "cf05eeada35e122770c5c14add958790fcfcbef5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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