summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-07 09:31:01 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-07 09:31:01 +0200
commit73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff (patch)
tree9555352bed8b08d4c4d28ea5911144ecb5b0ae1a /flake.nix
parent0213eba25b05c1cdd8d11f936c77c85f25094120 (diff)
downloadnixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.tar
nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.tar.gz
nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.tar.bz2
nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.tar.xz
nixos-73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff.zip
...
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 400762fa..c317f5c1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -157,6 +157,12 @@
157 poetry2nix.follows = "poetry2nix"; 157 poetry2nix.follows = "poetry2nix";
158 }; 158 };
159 }; 159 };
160 nixos-hardware = {
161 type = "github";
162 owner = "NixOS";
163 repo = "nixos-hardware";
164 ref = "master";
165 };
160 }; 166 };
161 167
162 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, ... }@inputs: 168 outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, ... }@inputs: