feat(bin): Add link to 'age' tool from third_party.age
This commit is contained in:
parent
27f5eb5f67
commit
886cf09b95
4 changed files with 9 additions and 0 deletions
|
@ -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
1
bin/age
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
__dispatch.sh
|
1
bin/age-keygen
Symbolic link
1
bin/age-keygen
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
__dispatch.sh
|
1
third_party/default.nix
vendored
1
third_party/default.nix
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue