about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-03-28 11:56:27 +0000
committerDavid Morgan <djm_uk@protonmail.com>2024-03-28 11:56:27 +0000
commit6acd971d320cd98bbe3f599c1f8ee16ef8913ae9 (patch)
treeb52b6c24caf5af909e0e70ba6e2cb1156e9c52ad
parentdc0e9d88729040d685671215be872477f342d1fc (diff)
downloaddotfiles-6acd971d320cd98bbe3f599c1f8ee16ef8913ae9.tar.gz
Add docker-credential-helpers
-rw-r--r--nix-conf/home/includes/dev-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/dev-common.nix b/nix-conf/home/includes/dev-common.nix
index 34abb83..a76eb72 100644
--- a/nix-conf/home/includes/dev-common.nix
+++ b/nix-conf/home/includes/dev-common.nix
@@ -9,6 +9,7 @@
   home.packages = with pkgs; [
     docker
     docker-compose
+    docker-credential-helpers
     ffmpeg
     gopass-jsonapi
     mpv