mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 04:58:17 +00:00
wrapper-manager-fds/lib: add lib argument for evaluation
This commit is contained in:
parent
4120a54385
commit
605f336349
@ -10,10 +10,11 @@ rec {
|
||||
/* Evaluate a wrapper-manager configuration. */
|
||||
eval = {
|
||||
pkgs,
|
||||
lib ? pkgs.lib,
|
||||
modules ? [ ],
|
||||
specialArgs ? { },
|
||||
}:
|
||||
pkgs.lib.evalModules {
|
||||
lib.evalModules {
|
||||
modules = [ ../modules/wrapper-manager ] ++ modules;
|
||||
specialArgs = specialArgs // {
|
||||
inherit pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user