docker compose on workstation

This commit is contained in:
Danilo Reyes 2023-09-28 12:39:57 -06:00
parent a0d6a87b06
commit a5ebd03720

View File

@ -912,6 +912,7 @@ environment = {
''; '';
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [
docker-compose
wget wget
gwe gwe
]; ];