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

lib: can depend on pkgs (a la nixpkgs#pkgs/pkgs-lib) #147

Merged
merged 3 commits into from
Mar 5, 2021

Conversation

blaggacao
Copy link
Contributor

@blaggacao blaggacao commented Mar 1, 2021

A tiny step carved out of thought journey while working on #145.

Benefit: we can encourage/document to extend ./lib more usefully:

example:

{ nixos, pkgs, ... }:
# [...]
{
  # [...]
  # Custom Libaray Utilities
  mkPlutoApp = pkgs.callPackage ./mkPlutoApp { };
}

@nrdxp
Copy link
Collaborator

nrdxp commented Mar 1, 2021

looks interesting, don't have enough time to test right now. Will checkout later and look around.

@nrdxp
Copy link
Collaborator

nrdxp commented Mar 5, 2021

This looks fairly benign, and since it's mostly documentation, which is always great, I'll go ahead and merge it. Thank you!

@nrdxp nrdxp added the documentation Improvements or additions to documentation label Mar 5, 2021
@nrdxp nrdxp merged commit 5bd8876 into divnix:core Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants