mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
chore(ci): remove outdated overlay update
This commit is contained in:
parent
d59101c9d9
commit
0fc4345634
1 changed files with 1 additions and 17 deletions
|
|
@ -15,7 +15,7 @@ in {
|
|||
};
|
||||
packageOverrides = python3Packages: python3Packages'prev:
|
||||
lib.mapAttrs (mapPlugin python3Packages) {
|
||||
inherit (final.octoprintPlugins) prometheus-exporter octorant queue printtimegenius octoklipper;
|
||||
inherit (final.octoprintPlugins) prometheus-exporter octorant queue octoklipper;
|
||||
};
|
||||
octoprint = prev.octoprint.override (old: {
|
||||
packageOverrides = lib.composeExtensions old.packageOverrides or (_: _: {}) packageOverrides;
|
||||
|
|
@ -39,22 +39,6 @@ in {
|
|||
prometheus-exporter = callPackage ../packages/octoprint/prometheus-exporter.nix {};
|
||||
octorant = callPackage ../packages/octoprint/octorant.nix {};
|
||||
queue = callPackage ../packages/octoprint/queue.nix {};
|
||||
printtimegenius = let
|
||||
printtimegenius = {
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
buildPlugin,
|
||||
}:
|
||||
octoprintPlugins.printtimegenius.overrideAttrs (old: rec {
|
||||
version = lib.warnIf (lib.versionAtLeast old.version "2.3.2") "printtimegenius updated upstream" "2.3.3";
|
||||
src = fetchFromGitHub {
|
||||
inherit (old.src) owner repo;
|
||||
rev = version;
|
||||
sha256 = "sha256-hqm8RShCNpsVbrVXquat5VXqcVc7q5tn5+7Ipqmaw4U=";
|
||||
};
|
||||
});
|
||||
in
|
||||
callPackage printtimegenius {};
|
||||
octoklipper = let
|
||||
octoklipper = {
|
||||
fetchFromGitHub,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue