10 lines
97 B
Nix
Executable file
10 lines
97 B
Nix
Executable file
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
minikube
|
|
kubectl
|
|
];
|
|
}
|