Dmitriy Pleshevskiy
eb5c12da4b
Source: https://gist.github.com/Falkor/7b29f16f5f79404fe41476be0d992783
5 lines
111 B
Nix
5 lines
111 B
Nix
{ writeScriptBin }:
|
|
|
|
writeScriptBin
|
|
"git-crypt-rm-gpg-user"
|
|
(builtins.readFile ./git-crypt-rm-gpg-user.sh)
|