docker: Add credential-helpers

This commit is contained in:
Simon Bruder 2020-10-18 11:46:26 +02:00
parent 5c56bcb727
commit 4928a1aa10
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -3,6 +3,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
docker-compose docker-compose
docker-credential-helpers
docker-ls docker-ls
]; ];