diff options
| author | Fuwn <[email protected]> | 2024-09-17 00:57:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 00:57:58 -0700 |
| commit | 4c7ef48c5e43f76060f0705914c768a0307a7da1 (patch) | |
| tree | 1e4fcc2c14ee252c1b766fa42bb66feb775357df | |
| parent | nix: flake-registry (diff) | |
| download | nixos-config-4c7ef48c5e43f76060f0705914c768a0307a7da1.tar.xz nixos-config-4c7ef48c5e43f76060f0705914c768a0307a7da1.zip | |
nix: registry
| -rw-r--r-- | modules/nix/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix index ccc2910..8dc124f 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -17,6 +17,7 @@ nix = { gc.automatic = true; optimise.automatic = true; + registry.nixpkgs.flake = inputs.nixpkgs; settings = { auto-optimise-store = true; |