feat: bumped everythign.
This is mostly to push through a patch for gitlab. The -unstable branch had the fix but also a new bug. This is fixed in teh master branch
This commit is contained in:
parent
7e55b1210d
commit
75c4695101
2 changed files with 7 additions and 5 deletions
|
@ -532,16 +532,16 @@
|
|||
},
|
||||
"nixpkgs_6": {
|
||||
"locked": {
|
||||
"lastModified": 1691276849,
|
||||
"narHash": "sha256-RNnrzxhW38SOFIF6TY/WaX7VB3PCkYFEeRE5YZU+wHw=",
|
||||
"lastModified": 1696207572,
|
||||
"narHash": "sha256-w24NTSMrc7bMIQP5Y8BFsKbpYjbRh/+ptf/9gCEFrKo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5faab29808a2d72f4ee0c44c8e850e4e6ada972f",
|
||||
"rev": "fe0b3b663e98c85db7f08ab3a4ac318c523c0684",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "nixos-unstable",
|
||||
"ref": "master",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
|
||||
inputs = {
|
||||
# gonna start off with a fairly modern base
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "nixpkgs/master";
|
||||
# Return to using unstable once the current master is merged in
|
||||
# nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
# utility stuff
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
|
Loading…
Reference in a new issue