We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32dfb8 commit 9f15d36Copy full SHA for 9f15d36
flake.nix
@@ -16,9 +16,6 @@
16
with pkgs;
17
mkShell {
18
nativeBuildInputs = [ nodejs_20 shellcheck git-lfs ];
19
- NIX_DONT_SET_RPATH = true;
20
- NIX_NO_SELF_RPATH = true;
21
- RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
22
shellHook = ''
23
echo "Entering $(npm pkg get name)"
24
set -o allexport
0 commit comments