Lock: Update nixpkgsUnstable.
This commit is contained in:
parent
b52483b29c
commit
3f3e38431c
7
Makefile
7
Makefile
|
@ -76,15 +76,10 @@ show:
|
||||||
switch:
|
switch:
|
||||||
nixos-rebuild switch $(options) --flake $(flake)
|
nixos-rebuild switch $(options) --flake $(flake)
|
||||||
|
|
||||||
|
# NOTE: Use `nix flake update <INPUT>` for selective update.
|
||||||
update:
|
update:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
updateMaster:
|
|
||||||
nix flake update nixpkgsMaster
|
|
||||||
|
|
||||||
updateUnstable:
|
|
||||||
nix flake update nixpkgsUnstable
|
|
||||||
|
|
||||||
verify: housekeep
|
verify: housekeep
|
||||||
git verify-commit HEAD
|
git verify-commit HEAD
|
||||||
git fsck
|
git fsck
|
||||||
|
|
|
@ -376,11 +376,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgsUnstable": {
|
"nixpkgsUnstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737062831,
|
"lastModified": 1737469691,
|
||||||
"narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
|
"narHash": "sha256-nmKOgAU48S41dTPIXAq0AHZSehWUn6ZPrUKijHAMmIk=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
|
"rev": "9e4d5190a9482a1fb9d18adf0bdb83c6e506eaab",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue