kube3d: nixpkgs-fmt the file to fit contributing guidelines

This commit is contained in:
06kellyjac 2020-10-04 15:32:20 +01: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";
};