Skip to content

Commit 9f15d36

Browse files
committed
wip
1 parent e32dfb8 commit 9f15d36

File tree

2 files changed

+2437
-36
lines changed

2 files changed

+2437
-36
lines changed

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
with pkgs;
1717
mkShell {
1818
nativeBuildInputs = [ nodejs_20 shellcheck git-lfs ];
19-
NIX_DONT_SET_RPATH = true;
20-
NIX_NO_SELF_RPATH = true;
21-
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
2219
shellHook = ''
2320
echo "Entering $(npm pkg get name)"
2421
set -o allexport

0 commit comments

Comments
 (0)