Skip to content

Commit

Permalink
build02/nixpkgs-update: disable github and updatescript fetchers
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Mar 30, 2024
1 parent 68382e0 commit 7e8576f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hosts/build02/nixpkgs-update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ let
socat # used by worker script
];

# deadnix: skip
nixpkgs-update-github-releases' = "${inputs.nixpkgs-update-github-releases}/main.py";

mkWorker = name: {
Expand Down Expand Up @@ -184,8 +185,8 @@ in

systemd.services.nixpkgs-update-fetch-repology = mkFetcher "repology" "${nixpkgs-update-bin} fetch-repology";

systemd.services.nixpkgs-update-fetch-updatescript = mkFetcher "updatescript" "${pkgs.nix}/bin/nix eval --raw -f ${./packages-with-update-script.nix}";
systemd.services.nixpkgs-update-fetch-github = mkFetcher "github" nixpkgs-update-github-releases';
#systemd.services.nixpkgs-update-fetch-updatescript = mkFetcher "updatescript" "${pkgs.nix}/bin/nix eval --raw -f ${./packages-with-update-script.nix}";
#systemd.services.nixpkgs-update-fetch-github = mkFetcher "github" nixpkgs-update-github-releases';

systemd.services.nixpkgs-update-worker1 = mkWorker "worker1";
systemd.services.nixpkgs-update-worker2 = mkWorker "worker2";
Expand Down

0 comments on commit 7e8576f

Please sign in to comment.