summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-05 22:26:54 +0100
committerandromeda <andromeda@lenovo>2026-03-05 22:26:54 +0100
commitfdf5bb9daf8574b7f993e2e38e400c35aedc3b96 (patch)
tree8b58f82de83c15978c9780f12a6c10bebd68a428
parent0d739522a029b719bd49f509d3113ad4eb59a291 (diff)
remove redundant compile flag
-rw-r--r--nix/pkgs/bootle.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/pkgs/bootle.nix b/nix/pkgs/bootle.nix
index 39e66ce..99bdb55 100644
--- a/nix/pkgs/bootle.nix
+++ b/nix/pkgs/bootle.nix
@@ -27,7 +27,7 @@ in (naersk'.buildPackage {
cargoBuildOptions = x:
x
++ [
- "-Zbuild-std=core,compiler_builtins"
+ "-Zbuild-std"
];
postInstall = ''