diff options
| author | Baitinq <[email protected]> | 2022-08-26 00:06:16 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-26 00:06:16 +0200 |
| commit | c1613e569a4a72cc9489173bf78ff0a14049f657 (patch) | |
| tree | 68407f0adc926e413f6acc44dbe190769d123f76 /flake.lock | |
| parent | Switch from buildEnv to symLinkJoin for merging disko scripts in module (diff) | |
| download | nixos-config-c1613e569a4a72cc9489173bf78ff0a14049f657.tar.gz nixos-config-c1613e569a4a72cc9489173bf78ff0a14049f657.tar.bz2 nixos-config-c1613e569a4a72cc9489173bf78ff0a14049f657.zip | |
Inputs: Add nixos-hardware input
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 042f6a6..77ae763 100644 --- a/flake.lock +++ b/flake.lock @@ -18,6 +18,21 @@ "type": "github" } }, + "hardware": { + "locked": { + "lastModified": 1660407119, + "narHash": "sha256-04lWO0pDbhAXFdL4v2VzzwgxrZ5IefKn+TmZPiPeKxg=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "12620020f76b1b5d2b0e6fbbda831ed4f5fe56e1", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixos-hardware", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -120,6 +135,7 @@ "root": { "inputs": { "disko": "disko", + "hardware": "hardware", "home-manager": "home-manager", "impermanence": "impermanence", "nix-index": "nix-index", |