nixos/*: use $out instead of $bin with buildGoPackage
This commit is contained in:
@@ -83,7 +83,7 @@ in {
|
||||
SKYDNS_NAMESERVERS = concatStringsSep "," cfg.nameservers;
|
||||
};
|
||||
serviceConfig = {
|
||||
ExecStart = "${cfg.package.bin}/bin/skydns";
|
||||
ExecStart = "${cfg.package}/bin/skydns";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user