Skip to content

Commit

Permalink
chore: add libz
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 15, 2024
1 parent 065bccc commit 276e139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
${_shellHook}
export RUSTUP_TOOLCHAIN=nightly
export RUSTFMT="$(which rustfmt)"
export LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath [
pkgs.zlib
]}:$LD_LIBRARY_PATH
'';
buildInputs = buildInputs ++ [ nightly_toolchain ];
inherit nativeBuildInputs;
Expand Down

0 comments on commit 276e139

Please sign in to comment.