docker: remove non existing package docker-machine
This commit is contained in:
parent
c968d00767
commit
601f462ded
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ mkIf ((elem "docker" config.machine.services) && !(elem "podman" config.machine.
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker-compose
|
docker-compose
|
||||||
docker-machine
|
|
||||||
cntr
|
cntr
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue