diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-26 00:06:16 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-26 00:06:16 +0200 |
commit | 29dfb307105b3eb1f0e88ba43554f811f544ff8b (patch) | |
tree | cd580141174d89fb5433d72e1361c265a034a5ac /flake.nix | |
parent | Switch from buildEnv to symLinkJoin for merging disko scripts in module (diff) | |
download | nixos-config-29dfb307105b3eb1f0e88ba43554f811f544ff8b.tar.gz nixos-config-29dfb307105b3eb1f0e88ba43554f811f544ff8b.tar.bz2 nixos-config-29dfb307105b3eb1f0e88ba43554f811f544ff8b.zip |
Inputs: Add nixos-hardware input
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
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"; |