Merge pull request #1418 from NixOS/module-package

Make the in-tree package the default package
This commit is contained in:
Jörg Thalheim
2024-10-19 18:09:02 +02:00
committed by GitHub

View File

@ -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.";
};