Pin nixos-hardware to working commit

A recent change in nixos-hardware requires kernel version 6.1 for Raspberry
Pis. Howeve in 22.11 we only have access to 5.X
This commit is contained in:
Andreas Zweili 2023-05-22 15:34:33 +02:00
parent c08c6d7e52
commit 651a463ffc
2 changed files with 5 additions and 4 deletions

View File

@ -89,16 +89,17 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1684169666,
"narHash": "sha256-N5jrykeSxLVgvm3Dd3hZ38/XwM/jU+dltqlXgrGlYxk=",
"lastModified": 1684169129,
"narHash": "sha256-AEbTTVpaeRAf3vKvjQT6JiT6VAm1YZO8j3/P82gUNiQ=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "71ce85372a614d418d5e303dd5702a79d1545c04",
"rev": "b3a8d308a13390df35b198d4db36a654ec29e25a",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "b3a8d308a13390df35b198d4db36a654ec29e25a",
"type": "github"
}
},

View File

@ -6,7 +6,7 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
# look here for the hardware options https://github.com/NixOS/nixos-hardware/blob/master/flake.nix#L5
nixos-hardware.url = "github:nixos/nixos-hardware";
nixos-hardware.url = "github:nixos/nixos-hardware?rev=b3a8d308a13390df35b198d4db36a654ec29e25a";
agenix = {
url = "github:ryantm/agenix";