4 lines
102 B
Nix
4 lines
102 B
Nix
{ pkgs, lib, config, ... }:
|
|
{
|
|
_module.args.tools = (import ./.).all { inherit pkgs lib config; };
|
|
}
|