Skip to content

Commit

Permalink
Add NodeJS to the devshell (#1064)
Browse files Browse the repository at this point in the history
Pre-commit tries to run a downloaded NodeJS executable when NodeJS isn't
available in the environment, but that fails to run on NixOS.
  • Loading branch information
VojtechStep committed Mar 11, 2024
1 parent fdc36fc commit 0f0d379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
python
# pre-commit checks
pkgs.pre-commit
pkgs.nodejs
] ++ (with pkgs-mdbook; [
# working on the website
mdbook
Expand Down

0 comments on commit 0f0d379

Please sign in to comment.