mirror of
https://github.com/justinwoo/spago2nix.git
synced 2024-11-22 04:25:06 +03:00
bump nodejs 10.X -> 14.X in shell.nix
This commit is contained in:
parent
f871269376
commit
c0b27a7798
@ -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; }
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user