Revert "Reapply "modules.system.nixpkgs: enable ca-derivation""

This reverts commit d94ca34041.
This commit is contained in:
陈浩南 2024-10-19 12:38:07 +08:00
parent d94ca34041
commit 78dc94552f

View File

@ -51,7 +51,7 @@ inputs:
oneapiArch = let match = { znver3 = "CORE-AVX2"; znver4 = "core-avx2"; };
in match.${nixpkgs.march} or nixpkgs.march;
nvhpcArch = nixpkgs.march;
contentAddressedByDefault = true;
# contentAddressedByDefault = true;
enableCcache = true;
});
overlays =
@ -87,7 +87,7 @@ inputs:
config = cudaConfig //
{
allowUnfree = true;
contentAddressedByDefault = true;
# contentAddressedByDefault = true;
permittedInsecurePackages =
let pkgs = inputs.topInputs.${source.${name}}.legacyPackages.${system};
in map