Skip to content

Commit 0f61535

Browse files
committed
chore: fixing up pyton version
1 parent 0b1a175 commit 0f61535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
with pkgs;
1818
mkShell {
1919
nativeBuildInputs =
20-
[ nodejs_20 nodejs_20.python clang-tools shellcheck gitAndTools.gh ];
20+
[ nodejs_20 python310 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)