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