19.09: fixing lektor
This commit is contained in:
parent
911db69bc0
commit
b2c6b6c2f9
3 changed files with 5 additions and 6 deletions
|
@ -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}
|
||||
'';
|
||||
|
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -227,7 +227,6 @@ in {
|
|||
ncmpcpp
|
||||
|
||||
nixos-generators
|
||||
lektor
|
||||
|
||||
shellcheck
|
||||
|
||||
|
|
Loading…
Reference in a new issue