diff options
| author | Fuwn <[email protected]> | 2024-09-17 01:07:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 01:07:49 -0700 |
| commit | 7326e6df958893ab3c8d0ce23c6c8b47afc08fef (patch) | |
| tree | 4962711f9a294b7c63063f87cbed19f410f5fc9c | |
| parent | nix: use git release (diff) | |
| download | nixos-config-7326e6df958893ab3c8d0ce23c6c8b47afc08fef.tar.xz nixos-config-7326e6df958893ab3c8d0ce23c6c8b47afc08fef.zip | |
nix: top-level nix path
| -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 a4927bd..2a353b2 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -20,6 +20,7 @@ optimise.automatic = true; registry.nixpkgs.flake = inputs.nixpkgs; package = pkgs.nixVersions.git; + nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; settings = { auto-optimise-store = true; |