diff options
-rw-r--r-- | flake.lock | 16 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 18 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", diff --git a/flake.nix b/flake.nix index 24618c7..7948fd6 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + hardware.url = "github:NixOS/nixos-hardware"; + impermanence.url = "github:nix-community/impermanence"; disko.url = "github:nix-community/disko"; |