mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
nixos/skydns: fixed reference to skydns
This commit is contained in:
parent
737de61912
commit
2fd9d56f51
@ -55,7 +55,7 @@ in {
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
default = pkgs.goPackages.skydns;
|
||||
default = pkgs.skydns;
|
||||
type = types.package;
|
||||
description = "Skydns package to use.";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user