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
commit bdeec354c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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