diff --git a/flake.lock b/flake.lock index 9a62a54..24d6086 100755 --- a/flake.lock +++ b/flake.lock @@ -18,6 +18,21 @@ "type": "github" } }, + "hardware": { + "locked": { + "lastModified": 1737751639, + "narHash": "sha256-ZEbOJ9iT72iwqXsiEMbEa8wWjyFvRA9Ugx8utmYbpz4=", + "owner": "nixos", + "repo": "nixos-hardware", + "rev": "dfad538f751a5aa5d4436d9781ab27a6128ec9d4", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixos-hardware", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -70,6 +85,7 @@ }, "root": { "inputs": { + "hardware": "hardware", "home-manager": "home-manager", "nixpkgs": "nixpkgs", "vscode-server": "vscode-server"