From 1671897cfb636b059b0771c159f98bbf85b5d085 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 18 Oct 2024 16:09:24 -0400 Subject: 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 --- modules/shared/base/nix.nix | 2 -- 1 file changed, 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 = { -- cgit v1.2.3