Skip to content

Commit

Permalink
chore(nix): remove unnecessary LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Dec 29, 2024
1 parent 2cefeb1 commit a6f9ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ pkgs.buildEnv {
CURL_CA_BUNDLE = "${cacert}/etc/ca-bundle.crt";
CARGO_TERM_COLOR = "always";
RUST_BACKTRACE = "full";
LD_LIBRARY_PATH = "${lib.makeLibraryPath [ zlib ]}";
# LD_LIBRARY_PATH = "${lib.makeLibraryPath [ zlib ]}";
};
}

0 comments on commit a6f9ba0

Please sign in to comment.