remove redundant compile flag

This commit is contained in:
andromeda
2026-03-05 22:26:54 +01:00
parent 0d739522a0
commit fdf5bb9daf

View File

@@ -27,7 +27,7 @@ in (naersk'.buildPackage {
cargoBuildOptions = x: cargoBuildOptions = x:
x x
++ [ ++ [
"-Zbuild-std=core,compiler_builtins" "-Zbuild-std"
]; ];
postInstall = '' postInstall = ''