summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock16
-rw-r--r--flake.nix2
2 files changed, 0 insertions, 18 deletions
diff --git a/flake.lock b/flake.lock
index 94bb556..c6a1e5e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -355,21 +355,6 @@
"type": "github"
}
},
- "nixos-hardware": {
- "locked": {
- "lastModified": 1709410583,
- "narHash": "sha256-esOSUoQ7mblwcsSea0K17McZuwAIjoS6dq/4b83+lvw=",
- "owner": "NixOS",
- "repo": "nixos-hardware",
- "rev": "59e37017b9ed31dee303dbbd4531c594df95cfbc",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "repo": "nixos-hardware",
- "type": "github"
- }
- },
"nixos-wsl": {
"inputs": {
"flake-compat": [],
@@ -521,7 +506,6 @@
"home-manager": "home-manager",
"lanzaboote": "lanzaboote",
"nix-index-database": "nix-index-database",
- "nixos-hardware": "nixos-hardware",
"nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable",
diff --git a/flake.nix b/flake.nix
index f91d236..86dbd59 100644
--- a/flake.nix
+++ b/flake.nix
@@ -195,8 +195,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- nixos-hardware.url = "github:NixOS/nixos-hardware";
-
nixos-wsl = {
url = "github:nix-community/NixOS-WSL";
inputs = {