Skip to content

Commit

Permalink
disable broken nix-eval-jobs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Jan 22, 2025
1 parent 61ed041 commit 2790fbe
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions machines/eve/modules/buildbot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,20 @@
services.buildbot-nix.worker = {
enable = true;
workerPasswordFile = config.sops.secrets.buildbot-nix-worker-password.path;
nixEvalJobs.package =
(pkgs.nix-eval-jobs.override {
nix = config.nix.package;
}).overrideAttrs
(_oldAttrs: {
src = pkgs.fetchFromGitHub {
owner = "nix-community";
repo = "nix-eval-jobs";
# https://github.com/nix-community/nix-eval-jobs/pull/341
rev = "331aa136a3414f41e7524c9614d29a35122d6275";
sha256 = "sha256-+ga7K6xenkpyoJgsM7ZYjacTLIoaCVxt33SzfTQrZpE=";
};
});
# Broken atm
#nixEvalJobs.package =
# (pkgs.nix-eval-jobs.override {
# nix = config.nix.package;
# }).overrideAttrs
# (_oldAttrs: {
# src = pkgs.fetchFromGitHub {
# owner = "nix-community";
# repo = "nix-eval-jobs";
# # https://github.com/nix-community/nix-eval-jobs/pull/341
# rev = "331aa136a3414f41e7524c9614d29a35122d6275";
# sha256 = "sha256-+ga7K6xenkpyoJgsM7ZYjacTLIoaCVxt33SzfTQrZpE=";
# };
# });

};

Expand Down

0 comments on commit 2790fbe

Please sign in to comment.