Skip to content

Commit

Permalink
host(bocchi): try bleeding edge hydra again
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Jun 10, 2024
1 parent f661276 commit b441efb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion systems/bocchi/services/hydra/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
inputs,
pkgs,
_utils,
config,
lib,
Expand Down Expand Up @@ -37,7 +39,7 @@ in {

services.hydra-dev = {
enable = true;
# package = inputs.hydra.packages.${pkgs.system}.hydra;
package = inputs.hydra.packages.${pkgs.system}.hydra;
listenHost = "127.0.0.1";
useSubstitutes = true;
hydraURL = "https://hydra.soopy.moe";
Expand Down

0 comments on commit b441efb

Please sign in to comment.