summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-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 = ''