mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 03:26:08 +03:00
nixos/skydns: fixed reference to skydns
This commit is contained in:
parent
737de61912
commit
2fd9d56f51
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in {
|
|||
};
|
||||
|
||||
package = mkOption {
|
||||
default = pkgs.goPackages.skydns;
|
||||
default = pkgs.skydns;
|
||||
type = types.package;
|
||||
description = "Skydns package to use.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue