aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit de Chezelles <benoit.dechezelles@gmail.com>2021-10-23 15:32:48 +0200
committerBenoit de Chezelles <benoit.dechezelles@gmail.com>2021-10-23 15:32:48 +0200
commitec9c1286ad5caf2e77907dc2548085f02cce5237 (patch)
tree6fc09a0187a450c1f9f2a2bb4d5a78ee01f69e2c
parent4a2b7cc68c7d11ec126bc412ffea838e629345af (diff)
Fix devShell build on non-NixOS with a different boost version
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2d0c44889..5c00f744e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,6 +61,7 @@
configureFlags =
lib.optionals stdenv.isLinux [
+ "--with-boost=${boost}/lib"
"--with-sandbox-shell=${sh}/bin/busybox"
"LDFLAGS=-fuse-ld=gold"
];