pc: do not autoOptimiseStore

This commit is contained in:
2024-01-26 15:56:49 +08:00
parent 8e7c615b02
commit 7a881491bd

View File

@@ -51,6 +51,7 @@ inputs:
"alderlake"
];
keepOutputs = true;
autoOptimiseStore = false;
};
nixpkgs =
{ march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; };