19.09: fixing lektor

This commit is contained in:
Ingolf Wagner 2019-10-26 15:30:50 +02:00
parent 911db69bc0
commit b2c6b6c2f9
Signed by: palo
GPG key ID: 76BF5F1928B9618B
3 changed files with 5 additions and 6 deletions

View file

@ -168,7 +168,7 @@ in {
cd ~/${cfg.user} && \
${pkgs.git}/bin/git pull && \
${optionalString (cfg.additionalScript != null) "${cfg.additionalScript} &&"} \
${pkgs.lektor}/bin/lektor server \
${pkgs.python36Packages.lektor}/bin/lektor server \
--host ${cfg.bind} \
--port ${toString cfg.port}
'';

View file

@ -65,9 +65,9 @@ in
sha256 = "04j6gcb6ayrcf7rxr0bkgd48zppiryhdyv7mvp0q12ngdkf2yagd";
}) { };
lektor = let
python = import ./lektor-with-plugins/requirements.nix { pkgs = super.pkgs; };
in
python.packages.Lektor;
#lektor = let
# python = import ./lektor-with-plugins/requirements.nix { pkgs = super.pkgs; };
#in
# python.packages.Lektor;
}

View file

@ -227,7 +227,6 @@ in {
ncmpcpp
nixos-generators
lektor
shellcheck