diff --git a/.drone.yml b/.drone.yml index 26ca68b..a117006 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,13 +35,13 @@ steps: pull: always commands: - nix build -L .#webserver - - nix run .#push-container -- result --repository network/healthchecks-webserver + - push-container result --repository network/healthchecks-webserver - nix build -L .#smtpd - - nix run .#push-container -- result --repository network/healthchecks-smtpd + - push-container result --repository network/healthchecks-smtpd - nix build -L .#sendalerts - - nix run .#push-container -- result --repository network/healthchecks-sendalerts + - push-container result --repository network/healthchecks-sendalerts - nix build -L .#maintenance - - nix run .#push-container -- result --repository network/healthchecks-maintenance + - push-container result --repository network/healthchecks-maintenance settings: registry: r.ocj.io username: diff --git a/flake.nix b/flake.nix index 96016cf..7186839 100644 --- a/flake.nix +++ b/flake.nix @@ -12,26 +12,6 @@ system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; - overlays = [ - ( - self: super: { - # sonarr = super.sonarr.overrideAttrs ( - # old: - # let - # version = "3.0.10.1567"; - # sha256 = "sha256-6zdp/Bg+9pcrElW5neB+BC16Vn1VhTjhMRRIxGrKhxc="; - # in - # { - # inherit version; - # src = pkgs.fetchurl { - # url = "https://download.sonarr.tv/v3/main/${version}/Sonarr.main.${version}.linux.tar.gz"; - # sha256 = sha256; - # }; - # } - # ); - } - ) - ]; }; py = pkgs.python3.override { packageOverrides = final: prev: {