Sun Aug 21 07:34:26 PM CEST 2022

This commit is contained in:
Alexander Szczepanski
2022-08-21 19:34:26 +02:00
parent 88436a734d
commit 0eaaa94469
30 changed files with 53 additions and 727 deletions

View File

@ -8,7 +8,5 @@
};
};
environment.systemPackages = with pkgs; [
docker-compose
];
environment.systemPackages = with pkgs; [ docker-compose ];
}