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: fix eval function
This commit is contained in:
parent
aed2769f77
commit
253e5f583c
@ -16,6 +16,7 @@ rec {
|
||||
pkgs.lib.evalModules {
|
||||
modules = [ ../modules/wrapper-manager ] ++ modules;
|
||||
specialArgs = specialArgs // {
|
||||
inherit pkgs;
|
||||
modulesPath = builtins.toString ../modules/wrapper-manager;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user