feat(nixpkgs): disable set NIX_PATH (use customized instead)

This commit is contained in:
2025-05-10 12:37:24 +08:00
parent 90dc945353
commit 48ebcb7104

View File

@@ -159,6 +159,7 @@
pkgsConf.nixpkgs = { pkgsConf.nixpkgs = {
overlays = lib.mkForce overlays; overlays = lib.mkForce overlays;
config.allowUnfree = true; config.allowUnfree = true;
flake.setNixPath = false;
}; };
in in
lib.nixosSystem { lib.nixosSystem {