diff options
| author | seth <[email protected]> | 2024-03-11 03:22:03 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-11 03:24:24 -0400 |
| commit | 2607175a9c65ae1b0735bba1d013fede4780ca15 (patch) | |
| tree | 5fc06e8b62e077ffccdc4566236e05bd8f6ea8a7 | |
| parent | 073025036509f0c5982b2e39547e7d08b640a27b (diff) | |
flake: remove nixos-hardware
| -rw-r--r-- | flake.lock | 16 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 0 insertions, 18 deletions
@@ -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", @@ -195,8 +195,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nixos-hardware.url = "github:NixOS/nixos-hardware"; - nixos-wsl = { url = "github:nix-community/NixOS-WSL"; inputs = { |
