infrastructure/pkgs/kat-gpg-status/default.nix
2021-03-27 03:01:35 +00:00

5 lines
143 B
Nix

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