From 7c5259181f9c9a53c67a7984c22901e5d2c4e122 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
             ];