summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-02-22 10:52:07 +0800
committerRobin Gloster <mail@glob.in>2018-02-27 10:19:23 +0100
commita1835b9924d3786170a7df3347f58d84ab09f455 (patch)
treeeb1f6667ff92789bb130e3e9e57dcf6e17a577c2 /pkgs/servers/web-apps
parent9b6326555157987d03c097df08c343b5f0a2aeb4 (diff)
downloadnixlib-a1835b9924d3786170a7df3347f58d84ab09f455.tar
nixlib-a1835b9924d3786170a7df3347f58d84ab09f455.tar.gz
nixlib-a1835b9924d3786170a7df3347f58d84ab09f455.tar.bz2
nixlib-a1835b9924d3786170a7df3347f58d84ab09f455.tar.lz
nixlib-a1835b9924d3786170a7df3347f58d84ab09f455.tar.xz
nixlib-a1835b9924d3786170a7df3347f58d84ab09f455.tar.zst
nixlib-a1835b9924d3786170a7df3347f58d84ab09f455.zip
treewide: Remove references to nodejs-4_x
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/pump.io/composition.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/pump.io/composition.nix b/pkgs/servers/web-apps/pump.io/composition.nix
index ee4dab5ad64a..da8cc0e73b13 100644
--- a/pkgs/servers/web-apps/pump.io/composition.nix
+++ b/pkgs/servers/web-apps/pump.io/composition.nix
@@ -2,7 +2,7 @@
 
 {pkgs ? import <nixpkgs> {
     inherit system;
-  }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
+  }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-6_x"}:
 
 let
   nodeEnv = import ../../../development/node-packages/node-env.nix {
@@ -13,4 +13,4 @@ in
 import ./node-packages.nix {
   inherit (pkgs) fetchurl fetchgit;
   inherit nodeEnv;
-}
\ No newline at end of file
+}