kube3d: nixpkgs-fmt the file to fit contributing guidelines

This commit is contained in:
06kellyjac
2020-11-26 12:36:29 +00:00
parent 9f36dd3d66
commit c36b5d5799
@@ -8,9 +8,9 @@ buildGoModule rec {
excludedPackages = ''tools'';
src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "1pq5x4fyn98f01mzfjv335gx29c61zd85qc5vhx9rk27hi825ima";
};