lib/mkPkgs: don't import external files and get inputs as argument#217
lib/mkPkgs: don't import external files and get inputs as argument#217bors[bot] merged 2 commits intodivnix:corefrom
Conversation
nrdxp
left a comment
There was a problem hiding this comment.
This looks good. Just want to ask if it's all finished before merging.
bors try
tryBuild failed: |
|
Ah, BORS failed since you added a second argument to mkPkgs, so the call from shell/default.nix needs to be updated with the new args as well. |
|
Right, now I remember why I added the pkgs there in the first place. Uhh I'm not sure how to do this. |
nrdxp
left a comment
There was a problem hiding this comment.
Looks like it's almost ready.
take extern and overrides as arguments as to not import external files get inputs as a function dependency from callLib
|
Build succeeded: |
Changes mkPkgs to take extern, overrides, and pkgs as an argument. This improves their ability to be used as lib functions.