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

This reverts commit ec49dcf5b9.
This commit is contained in:
2024-10-15 22:36:52 +08:00
parent 84451440f2
commit 458683d0e1

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