From 2fd9d56f51daaaf2a5743823fd438245ae62732c Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sat, 4 Jul 2015 09:42:35 +0200 Subject: [PATCH] nixos/skydns: fixed reference to skydns --- nixos/modules/services/networking/skydns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/skydns.nix b/nixos/modules/services/networking/skydns.nix index 045e908a3b18..3b9390914891 100644 --- a/nixos/modules/services/networking/skydns.nix +++ b/nixos/modules/services/networking/skydns.nix @@ -55,7 +55,7 @@ in { }; package = mkOption { - default = pkgs.goPackages.skydns; + default = pkgs.skydns; type = types.package; description = "Skydns package to use."; };