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

This reverts commit ec49dcf5b9.
This commit is contained in:
陈浩南 2024-10-18 12:28:11 +08:00
parent 0863e13f6f
commit 48797c252b

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