Skip to content

Commit 6410c11

Browse files
committed
build: updating node-gyp version to work with newer python versions
1 parent 1fa62ae commit 6410c11

File tree

3 files changed

+663
-458
lines changed

3 files changed

+663
-458
lines changed

Diff for: flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
with pkgs;
1818
mkShell {
1919
nativeBuildInputs =
20-
[ nodejs_20 python310 clang-tools shellcheck gitAndTools.gh ];
20+
[ nodejs_20 nodejs_20.python clang-tools shellcheck gitAndTools.gh ];
2121
# Don't set rpath for native addons
2222
NIX_DONT_SET_RPATH = true;
2323
NIX_NO_SELF_RPATH = true;

0 commit comments

Comments
 (0)