mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
hydra-unstable -> hydra_unstable
This commit is contained in:
parent
292c63a5d6
commit
3a7f7c1153
7 changed files with 9 additions and 8 deletions
|
@ -99,8 +99,8 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.hydra-unstable;
|
||||
defaultText = literalExpression "pkgs.hydra-unstable";
|
||||
default = pkgs.hydra_unstable;
|
||||
defaultText = literalExpression "pkgs.hydra_unstable";
|
||||
description = "The Hydra package.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue