Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a0f10b599a28
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b47b4f3dd3c9
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 13, 2018

  1. Copy the full SHA
    b47b4f3 View commit details
Showing with 38 additions and 36 deletions.
  1. +2 −1 pkgs/tools/package-management/nixui/nixui.nix
  2. +36 −35 pkgs/tools/package-management/nixui/node-packages.nix
3 changes: 2 additions & 1 deletion pkgs/tools/package-management/nixui/nixui.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file has been generated by node2nix 1.2.0. Do not edit!
# This file has been generated by node2nix 1.5.3. Do not edit!

{pkgs ? import <nixpkgs> {
inherit system;
@@ -8,6 +8,7 @@ let
nodeEnv = import ../../../development/node-packages/node-env.nix {
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
inherit nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
import ./node-packages.nix {
71 changes: 36 additions & 35 deletions pkgs/tools/package-management/nixui/node-packages.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
# This file has been generated by node2nix 1.2.0. Do not edit!
# This file has been generated by node2nix 1.5.3. Do not edit!

{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:

let
sources = {
"async-0.2.10" = {
name = "async";
packageName = "async";
version = "0.2.10";
src = fetchurl {
url = "https://registry.npmjs.org/async/-/async-0.2.10.tgz";
sha1 = "b6bbe0b0674b9d719708ca38de8c237cb526c3d1";
};
};
"binary-search-tree-0.2.4" = {
name = "binary-search-tree";
packageName = "binary-search-tree";
version = "0.2.4";
src = fetchurl {
url = "https://registry.npmjs.org/binary-search-tree/-/binary-search-tree-0.2.4.tgz";
sha1 = "14fe106366a59ca8efb68c0ae30c36aaff0cd510";
};
};
"isnumber-1.0.0" = {
name = "isnumber";
packageName = "isnumber";
@@ -13,6 +31,15 @@ let
sha1 = "0e3f9759b581d99dd85086f0ec2a74909cfadd01";
};
};
"mkdirp-0.3.5" = {
name = "mkdirp";
packageName = "mkdirp";
version = "0.3.5";
src = fetchurl {
url = "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz";
sha1 = "de3e5f8961c88c787ee1368df849ac4413eca8d7";
};
};
"nedb-1.0.2" = {
name = "nedb";
packageName = "nedb";
@@ -22,24 +49,6 @@ let
sha1 = "309f10ba29f2002f74a92fb870b8a53ba2131593";
};
};
"underscore-1.8.3" = {
name = "underscore";
packageName = "underscore";
version = "1.8.3";
src = fetchurl {
url = "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz";
sha1 = "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022";
};
};
"async-0.2.10" = {
name = "async";
packageName = "async";
version = "0.2.10";
src = fetchurl {
url = "https://registry.npmjs.org/async/-/async-0.2.10.tgz";
sha1 = "b6bbe0b0674b9d719708ca38de8c237cb526c3d1";
};
};
"underscore-1.4.4" = {
name = "underscore";
packageName = "underscore";
@@ -49,22 +58,13 @@ let
sha1 = "61a6a32010622afa07963bf325203cf12239d604";
};
};
"binary-search-tree-0.2.4" = {
name = "binary-search-tree";
packageName = "binary-search-tree";
version = "0.2.4";
src = fetchurl {
url = "https://registry.npmjs.org/binary-search-tree/-/binary-search-tree-0.2.4.tgz";
sha1 = "14fe106366a59ca8efb68c0ae30c36aaff0cd510";
};
};
"mkdirp-0.3.5" = {
name = "mkdirp";
packageName = "mkdirp";
version = "0.3.5";
"underscore-1.8.3" = {
name = "underscore";
packageName = "underscore";
version = "1.8.3";
src = fetchurl {
url = "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz";
sha1 = "de3e5f8961c88c787ee1368df849ac4413eca8d7";
url = "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz";
sha1 = "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022";
};
};
};
@@ -84,9 +84,9 @@ in
(sources."nedb-1.0.2" // {
dependencies = [
sources."async-0.2.10"
sources."underscore-1.4.4"
sources."binary-search-tree-0.2.4"
sources."mkdirp-0.3.5"
sources."underscore-1.4.4"
];
})
sources."underscore-1.8.3"
@@ -98,5 +98,6 @@ in
license = "Apache-2.0";
};
production = true;
bypassCache = false;
};
}