Skip to content

Commit

Permalink
nix: upgrade nodejs to 12.16.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Apr 22, 2020
1 parent 9d59d82 commit 8571b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let

# custom packages
openjdk = pkgs.openjdk8_headless;
nodejs = pkgs.nodejs-10_x;
nodejs = pkgs.nodejs-12_x;
yarn = pkgs.yarn.override { inherit nodejs; };
go = pkgs.callPackage ./patched-go { baseGo = pkgs.go_1_14; };

Expand Down

0 comments on commit 8571b95

Please sign in to comment.