From d9d9eed1860d7ac30019c3086d4f53569dc72c18 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 May 2019 10:55:50 -0300 Subject: Remove custom build of Nods.js. --- nixos/configuration.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ff0dfa8..01e3b78 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -79,17 +79,7 @@ }); # https://github.com/nixos/nixpkgs/blob/0d202221f98e500f1df79112dc464d013eefcdae/pkgs/development/web/nodejs/v10.nix#L4 - buildNodejs = pkgs.callPackage {}; - nodejs-10_14_1 = buildNodejs { - enableNpm = true; - version = "10.14.1"; - sha256 = "0d5hg8hf4c1sshh77a6hy944bzm3q3ipqggbyim61q3r2szngvrx"; - # Uses HTTPS (https://github.com/nixos/nixpkgs/blob/0d202221f98e500f1df79112dc464d013eefcdae/pkgs/development/web/nodejs/nodejs.nix#L45), safer to trust the hash (unless it's already compromised :shrug:) - }; in with pkgs; [ - pkgsUnstable.nodejs-10_x - # nodejs-10_14_1 - ## Personal data tools gitAndTools.git-open @@ -252,6 +242,8 @@ rustracer xsel buku + nodejs-10_x + ## Containers and VMs -- cgit v1.2.3