From 0bd65f1ed5b7be4092a608b72d62c8efd2a051d2 Mon Sep 17 00:00:00 2001
From: Kiara Grouwstra <kiara@procolix.eu>
Date: Thu, 13 Mar 2025 16:30:37 +0100
Subject: [PATCH] add openssh to devshell, as seemingly needed to trigger
 nixops4 by flake in django

---
 flake.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flake.nix b/flake.nix
index ca7259a5..e633ad9a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,6 +61,7 @@
               (inputs'.nixops4.packages.default.overrideAttrs {
                 impureEnvVars = [ "DEPLOYMENT" ];
               })
+              pkgs.openssh
               pkgs.httpie
               pkgs.jq
             ];