Skip to content

Commit

Permalink
Merge pull request #254722 from wegank/rke2-linux
Browse files Browse the repository at this point in the history
rke2: mark as broken on darwin
  • Loading branch information
wegank committed Sep 12, 2023
2 parents 02f8444 + aa23d42 commit e657d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/networking/cluster/rke2/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, stdenv, buildGoModule, fetchFromGitHub }:

buildGoModule rec {
pname = "rke2";
Expand Down Expand Up @@ -36,5 +36,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ zimbatm zygot ];
mainProgram = "rke2";
broken = stdenv.isDarwin;
};
}

0 comments on commit e657d37

Please sign in to comment.