about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-01T15·54+0100
committerVincent Ambo <tazjin@google.com>2020-01-01T15·54+0100
commit886cf09b95cddf587d276be1d614314849611580 (patch)
tree2430170af0071c68a80282299d137026f3803558 /third_party/default.nix
parent27f5eb5f67263c98e927097f8c4523a79ac6cd1f (diff)
feat(bin): Add link to 'age' tool from third_party.age r/325
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 808a399641..49542ff750 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -19,6 +19,7 @@ let
     # Inherit the packages from nixpkgs that should be available inside
     # of the repo. They become available under `pkgs.third_party.<name>`
     inherit (nixpkgs)
+      age
       bashInteractive
       bat
       buildGoPackage