summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-11 03:22:03 -0400
committerseth <[email protected]>2024-03-11 03:24:24 -0400
commit2607175a9c65ae1b0735bba1d013fede4780ca15 (patch)
tree5fc06e8b62e077ffccdc4566236e05bd8f6ea8a7
parent073025036509f0c5982b2e39547e7d08b640a27b (diff)
flake: remove nixos-hardware
-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 = {