summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-01 18:40:30 -0500
committerseth <[email protected]>2023-02-01 18:40:30 -0500
commited5a2aabd9d2253f9f7a9739f8b911f24f36101a (patch)
tree0d4dba043fb7fa2895e6470bc511b2f1aaec638a /flake.lock
parent992f9d54aea0f1546e72351711769b8da6100828 (diff)
make nix-hardware work
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index b89d5d5..251be29 100644
--- a/flake.lock
+++ b/flake.lock
@@ -210,6 +210,21 @@
"type": "github"
}
},
+ "nixos-hardware": {
+ "locked": {
+ "lastModified": 1674550793,
+ "narHash": "sha256-ljJlIFQZwtBbzWqWTmmw2O5BFmQf1A/DspwMOQtGXHk=",
+ "ref": "refs/heads/master",
+ "rev": "b7ac0a56029e4f9e6743b9993037a5aaafd57103",
+ "revCount": 1132,
+ "type": "git",
+ "url": "https://github.com/nixos/nixos-hardware"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://github.com/nixos/nixos-hardware"
+ }
+ },
"nixos-wsl": {
"inputs": {
"flake-compat": "flake-compat_4",
@@ -374,6 +389,7 @@
"inputs": {
"home-manager": "home-manager",
"lanzaboote": "lanzaboote",
+ "nixos-hardware": "nixos-hardware",
"nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs_3",
"nixpkgsUnstable": "nixpkgsUnstable"