Skip to content

Commit

Permalink
Merge pull request #1418 from NixOS/module-package
Browse files Browse the repository at this point in the history
Make the in-tree package the default package
  • Loading branch information
Mic92 authored Oct 19, 2024
2 parents c69e301 + 1222ba0 commit bdeec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-modules/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ in

package = mkOption {
type = types.path;
default = pkgs.hydra_unstable;
default = pkgs.hydra;
defaultText = literalExpression "pkgs.hydra";
description = "The Hydra package.";
};
Expand Down

0 comments on commit bdeec35

Please sign in to comment.