all repos — nixfiles @ 1eee222204214bf4c4f010c78c9ab6c7d18ee466

System and user configuration, managed by nix and home-manager

dev/base: install docker-compose (using colima on macOS)
Alan Pearce alan@alanpearce.eu
Wed, 24 May 2023 15:31:15 +0200
commit

1eee222204214bf4c4f010c78c9ab6c7d18ee466

parent

b5b00f6917f792cb83ea0015349afa84b553cead

1 files changed, 5 insertions(+), 2 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -24,13 +24,16 @@ mosh 
       xh
       jq
+
+      docker-compose
     ]
     ++ (
       if !stdenv.isDarwin
       then [
         httping
-      ]
-      else [
+      ] else [
+        colima
+        docker-client
       ]
     );
   nixpkgs.overlays = [