bumped sources

- ssh boot - removed /32, otherwise we got error
  `can't parse IP address "xx.xx.xx.xx/32"`
- wger - cleaned up, because of deprecated errors
This commit is contained in:
eyjhb 2025-04-19 13:05:56 +02:00
parent c1772d69fc
commit 6fedaed0f9
Signed by: eyjhb
GPG key ID: 609F508E3239F920
4 changed files with 72 additions and 35 deletions

View file

@ -7,7 +7,7 @@ let
defaultUser = "wger";
wgerpkgs = pkgs.callPackage ./default.nix {};
wgerpkgs = pkgs.python3Packages.callPackage ./default.nix {};
# generate settings files
settingsFormat = pkgs.formats.json {};
@ -210,7 +210,7 @@ in
pythonEnv = pkgs.python3.withPackages (ps: with ps; [
gunicorn
# TODO: fix this, it should work with cfg.package
(pkgs.python3Packages.callPackage ./default.nix {})
(ps.callPackage ./default.nix {})
]);
in ''
# initial setup