Added openssh for deploy
CI / check (push) Successful in 3m53s

This commit is contained in:
2026-06-23 11:22:28 +02:00
parent b2d1876d7e
commit b4ee759957
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -38,8 +38,6 @@
nix-index nix-index
ncdu ncdu
tty-solitaire tty-solitaire
cowsay
] ]
++ lib.optionals (!pkgs.stdenv.isDarwin) [ ++ lib.optionals (!pkgs.stdenv.isDarwin) [
# dev tools # dev tools
+1
View File
@@ -221,6 +221,7 @@ in
nodejs nodejs
wget wget
nix nix
openssh
]; ];
}; };
}; };