depot/tools/inject.nix

5 lines
102 B
Nix
Raw Normal View History

2021-10-16 18:00:47 +03:00
{ pkgs, lib, config, ... }:
{
_module.args.tools = (import ./.).all { inherit pkgs lib config; };
}