Skip to content

Commit

Permalink
FIX: nix shell nodejs version (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Enteee <ducksource@duckpond.ch>
  • Loading branch information
blurname and Enteee committed Feb 11, 2024
1 parent 6f1f7f5 commit f746d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Expand Up @@ -8,7 +8,7 @@ in stdenv.mkDerivation {
src = null;

buildInputs = [
nodejs
nodejs-16_x
];

shellHook = ''
Expand Down

0 comments on commit f746d35

Please sign in to comment.