Compare commits

...

3 commits

Author SHA1 Message Date
77db18d235
hide password input
closes #520

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-09-14 00:18:28 +02:00
4a93473598
allow empty password fields, closes #521
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-09-14 00:17:53 +02:00
9d7a696ffe panel: add git (#519)
needed by nixops4 since #375

Reviewed-on: Fediversity/Fediversity#519
2025-09-13 16:08:31 +02:00
2 changed files with 5 additions and 4 deletions

View file

@ -218,6 +218,7 @@ in
cfg.nixops4Package
pkgs.nix
pkgs.openssh
pkgs.git
];
preStart = ''
# Auto-migrate on first run or if the package has changed

View file

@ -13,14 +13,14 @@ buildPythonPackage rec {
_class = "package";
pname = "drf-pydantic";
version = "v2.7.1";
version = "v2.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "georgebv";
owner = "KiaraGrouwstra";
repo = pname;
rev = version;
hash = "sha256-ABtSoxj/+HHq4hj4Yb6bEiyOl00TCO/9tvBzhv6afxM=";
rev = "d21c879543bd106242bd7f86e79da1f668109579";
hash = "sha256-pk0/6BphIiXxR3cewBJ5nKii3kj3lDHLO9U9xqXDxI8=";
};
nativeBuildInputs = [