about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-18T17·54+0000
committerVincent Ambo <tazjin@google.com>2019-12-18T17·54+0000
commit3b86979e32ab289be0150bbeb486b3c651de875d (patch)
tree3d0168de41d552fc390312c8ed70bdd68b227643 /third_party
parent1e2766c612e3b2a71994261bfa724c0c27b3e591 (diff)
feat(third_party/nixery): Add OpenSSH to Nixery image r/185
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nixery/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nixery/default.nix b/third_party/nixery/default.nix
index b4c0837651..7ef7b644f8 100644
--- a/third_party/nixery/default.nix
+++ b/third_party/nixery/default.nix
@@ -14,5 +14,5 @@ in import src {
     export USER=root
     cachix use tazjin
   '';
-  extraPackages = [ pkgs.third_party.cachix ];
+  extraPackages = with pkgs.third_party; [ cachix openssh ];
 }