mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #154357 from ricochet/kube3d-add-darwin
kube3d: add darwin
This commit is contained in:
commit
cb1f1e5f57
@ -10051,6 +10051,13 @@
|
|||||||
githubId = 16779;
|
githubId = 16779;
|
||||||
name = "Rickard Nilsson";
|
name = "Rickard Nilsson";
|
||||||
};
|
};
|
||||||
|
ricochet = {
|
||||||
|
email = "behayes2@gmail.com";
|
||||||
|
github = "ricochet";
|
||||||
|
githubId = 974323;
|
||||||
|
matrix = "@ricochetcode:matrix.org";
|
||||||
|
name = "Bailey Hayes";
|
||||||
|
};
|
||||||
riey = {
|
riey = {
|
||||||
email = "creeper844@gmail.com";
|
email = "creeper844@gmail.com";
|
||||||
github = "Riey";
|
github = "Riey";
|
||||||
|
@ -49,7 +49,7 @@ buildGoModule rec {
|
|||||||
multi-node k3s cluster on a single machine using docker.
|
multi-node k3s cluster on a single machine using docker.
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kuznero jlesquembre ngerstle jk ];
|
maintainers = with maintainers; [ kuznero jlesquembre ngerstle jk ricochet ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user