From ecfe33d30fee61809effd3ed2543d8fdb691b6f3 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:39:27 -0500 Subject: [PATCH] passing thru docker option --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 59f3bd4..f1e40a8 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ enableShell = config.enableShell; ssh = config.ssh; _1password = config._1password; + docker = config.docker; } ] ++ config.extraImports;