1
0
forked from clan/clan-infra

switch back to nixpkgs-unstable

This commit is contained in:
Jörg Thalheim 2024-07-15 15:48:02 +02:00
parent 8228bbcfe2
commit 0a91fe28ed
2 changed files with 5 additions and 5 deletions

View File

@ -194,16 +194,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1721045718,
"narHash": "sha256-8Z4v8zhgtvFLBnB+kYxdBpryVcVqmFzkCqLkhn6gpOI=",
"lastModified": 1720955038,
"narHash": "sha256-GaliJqfFwyYxReFywxAa8orCO+EnDq2NK2F+5aSc8vo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c68818d45a5b8f944cfb59c268a807b3a2359c01",
"rev": "aa247c0c90ecf4ae7a032c54fdc21b91ca274062",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -7,7 +7,7 @@
#};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
flake-compat.url = "github:edolstra/flake-compat";
flake-parts.url = "github:hercules-ci/flake-parts";