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:
parent
c1772d69fc
commit
6fedaed0f9
4 changed files with 72 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue