nixos/skydns: fixed reference to skydns
This commit is contained in:
@@ -55,7 +55,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
default = pkgs.goPackages.skydns;
|
default = pkgs.skydns;
|
||||||
type = types.package;
|
type = types.package;
|
||||||
description = "Skydns package to use.";
|
description = "Skydns package to use.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user