From 48ebcb71046ee08fa05bf9733bff134685504b3d Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 10 May 2025 12:37:24 +0800 Subject: [PATCH] feat(nixpkgs): disable set NIX_PATH (use customized instead) --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5eb9b8d..f122013 100644 --- a/flake.nix +++ b/flake.nix @@ -159,6 +159,7 @@ pkgsConf.nixpkgs = { overlays = lib.mkForce overlays; config.allowUnfree = true; + flake.setNixPath = false; }; in lib.nixosSystem {