about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
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 ];
 }