Merge pull request #56 from williamyaoh/master

bump nodejs 10.X -> 14.X in shell.nix
This commit is contained in:
Justin Woo 2024-06-17 10:39:03 +03:00 committed by GitHub
commit 86f2cef73e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> { }
, 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; }
}: