mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
wrapper-manager-fds/lib: fix eval function
This commit is contained in:
parent
ddcee9377b
commit
e73ef58782
@ -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