diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-07 09:31:01 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-07 09:31:01 +0200 |
commit | 73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff (patch) | |
tree | 9555352bed8b08d4c4d28ea5911144ecb5b0ae1a /flake.nix | |
parent | 0213eba25b05c1cdd8d11f936c77c85f25094120 (diff) | |
download | nixos-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.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |