home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 78869c90023e3544da509283435a0a544ff33fa1
parent d2412943cb6a34b5d58ef042fa53ddb3cc17e634
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 18 Sep 2018 14:56:14 +0200

Bump default node to 10_x

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mdev.js.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev.js.nix b/dev.js.nix @@ -9,7 +9,7 @@ set -gx PATH $HOME/.local/npm/bin $PATH ''; home.packages = with pkgs; [ - nodejs-9_x + nodejs-10_x yarn ]; }