nix-module-wrapper-manager-fds/modules/wrapper-manager/extra-args.nix
Gabriel Arazas a994a0cbac wrapper-manager-fds: init
It's a prototype for now, yeah. It'll be improved.
2024-07-01 15:14:48 +08:00

8 lines
104 B
Nix

{ pkgs, ... }:
{
_module.args = {
wrapperManagerLib = import ../../lib { inherit pkgs; };
};
}