mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 04:58:17 +00:00
8 lines
104 B
Nix
8 lines
104 B
Nix
|
{ pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
_module.args = {
|
||
|
wrapperManagerLib = import ../../lib { inherit pkgs; };
|
||
|
};
|
||
|
}
|