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

Move all aliases into their own file. #14029

Merged
merged 1 commit into from
Mar 18, 2016
Merged

Move all aliases into their own file. #14029

merged 1 commit into from
Mar 18, 2016

Conversation

nbp
Copy link
Member

@nbp nbp commented Mar 18, 2016

Things done:
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"

This patch just move a sub-part of all-packages into its own file. I am separating this change from #14000, because it will bitrot quickly and force the rebase of the changes everytime.

This work is needed for making seamless security updates (#10851), as we would have to replace the aliases variable by another one taken from another tree.

@nbp nbp self-assigned this Mar 18, 2016
@nbp nbp added this to the 16.09 milestone Mar 18, 2016
xlibs = xorg; # added 2015-09
youtubeDL = youtube-dl; # added 2014-10-26
};
aliases = import ./alias-packages.nix self;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not just aliases.nix ? naming :)

@zimbatm
Copy link
Member

zimbatm commented Mar 18, 2016

LGTM otherwise

@nbp
Copy link
Member Author

nbp commented Mar 18, 2016

I will apply the comments, and merge the patch.

@jagajaga
Copy link
Member

cc @edolstra

nbp added a commit that referenced this pull request Mar 18, 2016
Move all aliases into their own file.
@nbp nbp merged commit 804ade1 into NixOS:master Mar 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants