depot/tools/inject.nix
2022-01-14 22:49:38 +01:00

5 lines
102 B
Nix

{ pkgs, lib, config, ... }:
{
_module.args.tools = (import ./.).all { inherit pkgs lib config; };
}