From 478bdd6fe6a50e579ddca0086360c895de2c3899 Mon Sep 17 00:00:00 2001 From: TapTap Date: Sat, 18 Jul 2026 16:31:55 +0200 Subject: [PATCH] add docker as dependency --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 1259d7b..db46dc5 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ pkgs.mkShell { cmake gnumake pkg-config + docker tea ];