Skip to content

Commit dec95f7

Browse files
committed
Update nixpkgs
1 parent 11f7813 commit dec95f7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/charon.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
, rustToolchain
77
, stdenv
88
, zlib
9-
,
109
}:
1110

1211
let
@@ -48,6 +47,7 @@ craneLib.buildPackage (
4847
''
4948
wrapProgram $out/bin/charon \
5049
--set CHARON_TOOLCHAIN_IS_IN_PATH 1 \
50+
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ rustToolchain ]}" \
5151
--prefix PATH : "${lib.makeBinPath [ rustToolchain ]}"
5252
''
5353
+ (lib.optionalString stdenv.isDarwin ''

0 commit comments

Comments
 (0)