We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f754b35 commit 754aa50Copy full SHA for 754aa50
pkgs/by-name/ko/korrect/package.nix
@@ -1,5 +1,6 @@
1
{
2
lib,
3
+ stdenv,
4
fetchCrate,
5
rustPlatform,
6
}:
@@ -19,6 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
19
20
description = "Kubectl version managing shim that invokes the correct kubectl version";
21
homepage = "https://gitlab.com/cromulentbanana/korrect";
22
license = lib.licenses.mit;
23
+ broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
24
maintainers = [ lib.maintainers.dwt ];
25
};
26
})
0 commit comments