NodeJS 10 -> 14

This commit is contained in:
toastal 2022-01-03 16:39:07 +00:00 committed by GitHub
parent 874efd1d8e
commit 6f61d40248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; }
}: