fix: making sure we are on unstable and not master helped

This commit is contained in:
silver 2023-12-20 16:10:41 +00:00
parent a8f6c1e80e
commit ca9e1871cc
2 changed files with 5 additions and 5 deletions

View file

@ -532,16 +532,16 @@
},
"nixpkgs_6": {
"locked": {
"lastModified": 1703081463,
"narHash": "sha256-Z7bWFPVZbX3Qdb7QMbaNpuhmQGx3eKKfj4d+12WnQno=",
"lastModified": 1703013332,
"narHash": "sha256-+tFNwMvlXLbJZXiMHqYq77z/RfmpfpiI3yjL6o/Zo9M=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1a499bdaea0401ec0512330c712b63a8c68a3704",
"rev": "54aac082a4d9bb5bbc5c4e899603abfb76a3f6d6",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"ref": "nixos-unstable",
"type": "indirect"
}
},

View file

@ -3,7 +3,7 @@
inputs = {
# gonna start off with a fairly modern base
nixpkgs.url = "nixpkgs/master";
nixpkgs.url = "nixpkgs/nixos-unstable";
# Return to using unstable once the current master is merged in
# nixpkgs.url = "nixpkgs/nixos-unstable";