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} && \
|
cd ~/${cfg.user} && \
|
||||||
${pkgs.git}/bin/git pull && \
|
${pkgs.git}/bin/git pull && \
|
||||||
${optionalString (cfg.additionalScript != null) "${cfg.additionalScript} &&"} \
|
${optionalString (cfg.additionalScript != null) "${cfg.additionalScript} &&"} \
|
||||||
${pkgs.lektor}/bin/lektor server \
|
${pkgs.python36Packages.lektor}/bin/lektor server \
|
||||||
--host ${cfg.bind} \
|
--host ${cfg.bind} \
|
||||||
--port ${toString cfg.port}
|
--port ${toString cfg.port}
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -65,9 +65,9 @@ in
|
||||||
sha256 = "04j6gcb6ayrcf7rxr0bkgd48zppiryhdyv7mvp0q12ngdkf2yagd";
|
sha256 = "04j6gcb6ayrcf7rxr0bkgd48zppiryhdyv7mvp0q12ngdkf2yagd";
|
||||||
}) { };
|
}) { };
|
||||||
|
|
||||||
lektor = let
|
#lektor = let
|
||||||
python = import ./lektor-with-plugins/requirements.nix { pkgs = super.pkgs; };
|
# python = import ./lektor-with-plugins/requirements.nix { pkgs = super.pkgs; };
|
||||||
in
|
#in
|
||||||
python.packages.Lektor;
|
# python.packages.Lektor;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -227,7 +227,6 @@ in {
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
|
|
||||||
nixos-generators
|
nixos-generators
|
||||||
lektor
|
|
||||||
|
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue