feat(bin): Add link to 'age' tool from third_party.age

This commit is contained in:
Vincent Ambo 2020-01-01 16:54:07 +01:00
parent 27f5eb5f67
commit 886cf09b95
4 changed files with 9 additions and 0 deletions

View file

@ -32,6 +32,12 @@ case "${TARGET_TOOL}" in
rink) rink)
attr="third_party.rink" attr="third_party.rink"
;; ;;
age)
attr="third_party.age"
;;
age-keygen)
attr="third_party.age"
;;
*) *)
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
exit 1 exit 1

1
bin/age Symbolic link
View file

@ -0,0 +1 @@
__dispatch.sh

1
bin/age-keygen Symbolic link
View file

@ -0,0 +1 @@
__dispatch.sh

View file

@ -19,6 +19,7 @@ let
# Inherit the packages from nixpkgs that should be available inside # Inherit the packages from nixpkgs that should be available inside
# of the repo. They become available under `pkgs.third_party.<name>` # of the repo. They become available under `pkgs.third_party.<name>`
inherit (nixpkgs) inherit (nixpkgs)
age
bashInteractive bashInteractive
bat bat
buildGoPackage buildGoPackage