diff --git a/modules/services/lektor.nix b/modules/services/lektor.nix index e618840..6b00392 100644 --- a/modules/services/lektor.nix +++ b/modules/services/lektor.nix @@ -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} ''; diff --git a/pkgs/default.nix b/pkgs/default.nix index a11057d..21153df 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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; } diff --git a/system/desktop/packages.nix b/system/desktop/packages.nix index e308d27..3014769 100644 --- a/system/desktop/packages.nix +++ b/system/desktop/packages.nix @@ -227,7 +227,6 @@ in { ncmpcpp nixos-generators - lektor shellcheck