Add lib argument to homeManagerConfiguration#2753
Add lib argument to homeManagerConfiguration#2753berbiche merged 1 commit intonix-community:masterfrom
Conversation
ncfavier
left a comment
There was a problem hiding this comment.
LGTM. Out of curiosity, what is your use case for this?
|
When I was refactoring my configuration, I was extending lib with some locally defined functions, but when I extended the lib in I have since noticed that I could use a different |
|
OK, you might be interested in the discussion at NixOS/nixpkgs#157056 |
berbiche
left a comment
There was a problem hiding this comment.
Thanks!
Merging after the tests.
Description
Add a
libargument tohomeManagerConfigurationto specify the lib to use instead of the one frompkgs.Checklist
Change is backwards compatible.
Code formatted with
./format.Code tested through
nix-shell --pure tests -A run.all.