diff options
| author | seth <[email protected]> | 2023-02-01 18:40:30 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-01 18:40:30 -0500 |
| commit | ed5a2aabd9d2253f9f7a9739f8b911f24f36101a (patch) | |
| tree | 0d4dba043fb7fa2895e6470bc511b2f1aaec638a /flake.nix | |
| parent | 992f9d54aea0f1546e72351711769b8da6100828 (diff) | |
make nix-hardware work
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,13 +5,14 @@ nixos-wsl.url = "git+https://github.com/nix-community/NixOS-WSL?ref=main"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - nixos-hardware.url = "github.com:NixOS/nixos-hardware"; + nixos-hardware.url = "git+https://github.com/nixos/nixos-hardware"; lanzaboote.url = "github:nix-community/lanzaboote"; }; outputs = inputs @ { home-manager, lanzaboote, + nixos-hardware, nixos-wsl, nixpkgs, nixpkgsUnstable, |
