diff options
| author | seth <[email protected]> | 2024-10-18 16:09:24 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-18 16:09:24 -0400 |
| commit | 1671897cfb636b059b0771c159f98bbf85b5d085 (patch) | |
| tree | d0571c7fd8053a9fddf8ae629e6d231237b07f24 /modules/shared/base | |
| parent | 1b47dfd2f9d5996e2c77fcd9b90998f980acb3ed (diff) | |
Revert "modules/nix: use nix.nixPath as nix-path in settings"
This reverts commit 48953145a5c26263629f8c8e4e4b93d4ddd6b0cd.
It is no longer required after
https://www.github.com/NixOS/nixpkgs/pull/323613
Diffstat (limited to 'modules/shared/base')
| -rw-r--r-- | modules/shared/base/nix.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/shared/base/nix.nix b/modules/shared/base/nix.nix index 2ef91bf..82eba7e 100644 --- a/modules/shared/base/nix.nix +++ b/modules/shared/base/nix.nix @@ -41,8 +41,6 @@ in trusted-substituters = [ "https://getchoo.cachix.org" ]; trusted-public-keys = [ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" ]; - - nix-path = config.nix.nixPath; }; gc = { |
