infrastructure/pkgs/kat-gpg-status/default.nix
2021-03-26 00:42:52 +00:00

8 lines
145 B
Nix

{
wrapShellScriptBin,
pkgs
}:
wrapShellScriptBin "kat-gpg-status" ./kat-gpg-status.sh {
depsRuntimePath = with pkgs; [coreutils gnupg];
}