Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodePackages: split into v4/v6 package set #25528

Merged
merged 1 commit into from
May 21, 2017
Merged

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented May 5, 2017

Motivation for this change

A full package set is not needed for both node versions. The goal is to
remove the large amount of generated files. Instead only packages which
might be needed in v4 development environments are added to a dedicated
node-packages-v4.json file.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

A full package set is not needed for both node versions. The goal is to
remove the large amount of generated files. Instead only packages which
might be needed in v4 development environments are added to a dedicated
node-packages-v4.json file.
@copumpkin
Copy link
Member

Possibly related to #23259 as well.

@copumpkin
Copy link
Member

Or maybe not related to #23259 because neither of your PRs seem to have touched the pkgs/top-level/node-packages* files. Are those all just forgotten?

@Mic92 Mic92 merged commit dd8dadb into NixOS:master May 21, 2017
@Mic92 Mic92 deleted the node-packages branch May 21, 2017 15:04
@Mic92
Copy link
Member Author

Mic92 commented May 21, 2017

I will work on removing all references to pkgs/top-level/node-packages and merge it into the other package set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants