From d2ec22d8fb3491b4566a44fd8e960e0f26cfd76a Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Thu, 22 May 2025 15:16:15 +0100 Subject: [PATCH] nix: Remove redundant manual $NIX_PATH value --- common/nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/nix.nix b/common/nix.nix index bafc8ef..c5174d8 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -7,7 +7,6 @@ setNixPath = true; setFlakeRegistry = true; }; - nix.nixPath = [ "nixpkgs=flake:nixpkgs" ]; nixpkgs.config.allowUnfree = true; nix.settings.trusted-users = [ "@wheel" ]; }