Skip to content

Commit

Permalink
shell.nix: nodejs-18
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Jul 11, 2023
1 parent b692c75 commit 7335d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{ }
}:
let
nodejs = pkgs.nodejs-16_x;
nodejs = pkgs.nodejs_18;
in
pkgs.stdenv.mkDerivation {
name = "blockfrost-backend";
Expand Down

0 comments on commit 7335d24

Please sign in to comment.