nixpkgs: currently do not use ccache

This commit is contained in:
陈浩南 2023-09-19 14:29:33 +08:00
parent 7c361dab09
commit 4bd0b01d9b

View File

@ -45,8 +45,6 @@ inputs:
localSystem = { system = "x86_64-linux"; gcc = { arch = nixpkgs.march; tune = nixpkgs.march; }; }; localSystem = { system = "x86_64-linux"; gcc = { arch = nixpkgs.march; tune = nixpkgs.march; }; };
config.allowUnfree = true; config.allowUnfree = true;
}; };
llvmPackages_16 = prev.llvmPackages_16.override
(prev: { stdenv = final.ccacheStdenv.override { stdenv = prev.stdenv; }; });
})]; })];
}; };
boot.kernelPatches = boot.kernelPatches =