about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-08-26 00:06:16 +0200
committerBaitinq <[email protected]>2022-08-26 00:06:16 +0200
commitc1613e569a4a72cc9489173bf78ff0a14049f657 (patch)
tree68407f0adc926e413f6acc44dbe190769d123f76 /flake.nix
parentSwitch from buildEnv to symLinkJoin for merging disko scripts in module (diff)
downloadnixos-config-c1613e569a4a72cc9489173bf78ff0a14049f657.tar.gz
nixos-config-c1613e569a4a72cc9489173bf78ff0a14049f657.tar.bz2
nixos-config-c1613e569a4a72cc9489173bf78ff0a14049f657.zip
Inputs: Add nixos-hardware input
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 24618c7..7948fd6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,6 +9,8 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
 
+    hardware.url = "github:NixOS/nixos-hardware";
+
     impermanence.url = "github:nix-community/impermanence";
 
     disko.url = "github:nix-community/disko";