mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:55:22 +08:00
system.nix: autoOptimiseStore = false by default
This commit is contained in:
@@ -51,7 +51,6 @@ inputs:
|
||||
"alderlake"
|
||||
];
|
||||
keepOutputs = true;
|
||||
autoOptimiseStore = false;
|
||||
};
|
||||
nixpkgs =
|
||||
{ march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; };
|
||||
|
||||
Reference in New Issue
Block a user