From 7335d24b73615c1b280b836148340ee99bc54384 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Tue, 11 Jul 2023 12:32:39 +0200 Subject: [PATCH] shell.nix: nodejs-18 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index cdfae985..14d73db1 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,7 @@ { } }: let - nodejs = pkgs.nodejs-16_x; + nodejs = pkgs.nodejs_18; in pkgs.stdenv.mkDerivation { name = "blockfrost-backend";