Skip to content
forked from divnix/digga
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

lib: expose myLib into pkgs #3

Closed

Conversation

blaggacao
Copy link
Owner

@blaggacao blaggacao commented Mar 1, 2021

complement to divnix#147

Kept here for better delta to the branch of divnix#147

/cc @nrdxp

@@ -1 +1,3 @@
final: prev: { }
{ nixos }: final: prev: {
myLib = import ../lib { inherit nixos; pkgs = final; };
Copy link
Owner Author

Choose a reason for hiding this comment

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

This falls just short of proper name spacing with e.g. the username or the environment name.

This resulted while splitting the impetus behind divnix#145 in its individual parts.

We can still adopt proper name spacing later, since this makes the overlay more useful when shared.

@blaggacao blaggacao closed this Mar 14, 2021
@blaggacao blaggacao deleted the da/expose-namespaced-lib-on-pkgs branch March 14, 2021 14:09
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.

1 participant