update nixpkgs-fixed

This commit is contained in:
Chaos 2023-02-09 16:00:25 +00:00
parent 7c64fd7cf4
commit b69f3ca63b
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -175,17 +175,17 @@
}, },
"nixpkgs-fixed": { "nixpkgs-fixed": {
"locked": { "locked": {
"lastModified": 1672791794, "lastModified": 1675763311,
"narHash": "sha256-mqGPpGmwap0Wfsf3o2b6qHJW1w2kk/I6cGCGIU+3t6o=", "narHash": "sha256-bz0Q2H3mxsF1CUfk26Sl9Uzi8/HFjGFD/moZHz1HebU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9813adc7f7c0edd738c6bdd8431439688bb0cb3d", "rev": "fab09085df1b60d6a0870c8a89ce26d5a4a708c2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9813adc7f7c0edd738c6bdd8431439688bb0cb3d", "rev": "fab09085df1b60d6a0870c8a89ce26d5a4a708c2",
"type": "github" "type": "github"
} }
}, },

View file

@ -13,7 +13,7 @@
tree-input.inputs.nixpkgs.follows = "nixpkgs-unstable"; tree-input.inputs.nixpkgs.follows = "nixpkgs-unstable";
# update whenever # update whenever
nixpkgs-fixed.url = "github:nixos/nixpkgs/?branch=nixos-unstable&rev=9813adc7f7c0edd738c6bdd8431439688bb0cb3d"; nixpkgs-fixed.url = "github:nixos/nixpkgs/?branch=nixos-unstable&rev=fab09085df1b60d6a0870c8a89ce26d5a4a708c2";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";