summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-06 14:36:18 -0500
committerseth <[email protected]>2023-11-06 14:36:18 -0500
commit03e3400e1c7572dcbb17bd20de5e10d3c289de8a (patch)
tree424473ac2aaa6e55394f5c849b8919ef14f81342 /flake.nix
parent868263ab2effc0536489837bdba5183623e6507f (diff)
systems: use nixos-hardware
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 22c6d5b..2a1fb35 100644
--- a/flake.nix
+++ b/flake.nix
@@ -96,6 +96,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ nixos-hardware.url = "github:NixOS/nixos-hardware";
+
nixos-wsl = {
url = "github:nix-community/NixOS-WSL";
inputs = {