about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-11-16 15:34:14 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-11-16 21:24:26 +0000
commitd688cedce10ba96cc12222bb37f4747d837ac7fb (patch)
treee42e07ca144f5b15f205ab1ac02e11a9cd3e0e5f /pkgs/top-level
parent552b2955d37914f24872163d90992894103faf6a (diff)
downloadnixlib-d688cedce10ba96cc12222bb37f4747d837ac7fb.tar
nixlib-d688cedce10ba96cc12222bb37f4747d837ac7fb.tar.gz
nixlib-d688cedce10ba96cc12222bb37f4747d837ac7fb.tar.bz2
nixlib-d688cedce10ba96cc12222bb37f4747d837ac7fb.tar.lz
nixlib-d688cedce10ba96cc12222bb37f4747d837ac7fb.tar.xz
nixlib-d688cedce10ba96cc12222bb37f4747d837ac7fb.tar.zst
nixlib-d688cedce10ba96cc12222bb37f4747d837ac7fb.zip
create-cycle-app: unpin nodePackages version
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f65ed6d6f60d..47a8470af1a5 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2078,7 +2078,7 @@ with pkgs;
 
   crackxls = callPackage ../tools/security/crackxls { };
 
-  create-cycle-app = nodePackages_8_x.create-cycle-app;
+  create-cycle-app = nodePackages.create-cycle-app;
 
   createrepo_c = callPackage ../tools/package-management/createrepo_c { };