Skip to content

Commit

Permalink
build02/nixpkgs-update: reenable updatescript fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Mar 31, 2024
1 parent 83c6917 commit efa30f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/build02/nixpkgs-update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ 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-updatescript = mkFetcher "updatescript" "${pkgs.nix}/bin/nix eval --raw -f ${./packages-with-update-script.nix}";
systemd.services.nixpkgs-update-fetch-github = mkFetcher "github" "${inputs.nixpkgs-update-github-releases}/main.py";

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

0 comments on commit efa30f6

Please sign in to comment.