Skip to content

Commit

Permalink
add hydra patch to unrestrict eval
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 18, 2024
1 parent 2f83ebf commit aa49af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in
notificationSender = "hydra@localhost";
buildMachinesFiles = [ ];
useSubstitutes = true;
package = pkgs.hydra.overrideAttrs (
package = pkgs.hydra_unstable.overrideAttrs (
old: {
patches = (if old ? patches then old.patches else [ ]) ++ [
./hydra.patch # https://github.com/NixOS/nix/issues/7098#issuecomment-1910017187
Expand Down

0 comments on commit aa49af4

Please sign in to comment.