diff --git a/nixos-modules/hydra.nix b/nixos-modules/hydra.nix index d001675da..c471b0eff 100644 --- a/nixos-modules/hydra.nix +++ b/nixos-modules/hydra.nix @@ -68,8 +68,6 @@ in package = mkOption { type = types.path; - default = pkgs.hydra_unstable; - defaultText = literalExpression "pkgs.hydra"; description = "The Hydra package."; };