Merge pull request #1418 from NixOS/module-package
Make the in-tree package the default package
This commit is contained in:
commit
bdeec354c3
@ -68,7 +68,7 @@ in
|
|||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = pkgs.hydra_unstable;
|
default = pkgs.hydra;
|
||||||
defaultText = literalExpression "pkgs.hydra";
|
defaultText = literalExpression "pkgs.hydra";
|
||||||
description = "The Hydra package.";
|
description = "The Hydra package.";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user