From c0b27a7798e51426c041af018677e3222adb631e Mon Sep 17 00:00:00 2001 From: William Yao Date: Sun, 16 Jun 2024 20:53:17 -0500 Subject: [PATCH] bump nodejs 10.X -> 14.X in shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index ed82a81..da1faf9 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { pkgs ? import { } , easy-dhall-nix ? import ./nix/easy-dhall-nix.nix { inherit pkgs; } , dhall-json ? easy-dhall-nix.dhall-json-simple -, nodejs ? pkgs.nodejs-10_x +, nodejs ? pkgs.nodejs-14_x , easy-purescript-nix ? import ./nix/easy-purescript-nix.nix { inherit pkgs; } }: