aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/configuration.nix12
1 files changed, 2 insertions, 10 deletions
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 <nixpkgs/pkgs/development/web/nodejs/nodejs.nix> {};
- 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