Compare commits

...

2 Commits

Author SHA1 Message Date
chn
fe04f6b093 fix ovito 2024-10-19 12:38:58 +08:00
chn
78dc94552f Revert "Reapply "modules.system.nixpkgs: enable ca-derivation""
This reverts commit d94ca34041.
2024-10-19 12:38:07 +08:00
2 changed files with 5 additions and 5 deletions

View File

@ -990,11 +990,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1729222179, "lastModified": 1729303996,
"narHash": "sha256-a6OsOKlxF/+UVf7bUi9l09iGkt8vswpE0R8pUnNdOIs=", "narHash": "sha256-exsGKmfs2a5C/Aq/N4nhC8P4f8V4c/J3DumTW8u4O3E=",
"owner": "CHN-beta", "owner": "CHN-beta",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a60d02ef57437f359be6c57d5247c9eb96174345", "rev": "cae35b471936203b970111f9c3d78e0477122610",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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