From 7c5814403f3db7b807bcfd0e1d56de92836f03c3 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 18 Jul 2024 18:46:10 +0200 Subject: [PATCH] added missing imports --- features/containers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/containers/default.nix b/features/containers/default.nix index e1b6242..14d1856 100644 --- a/features/containers/default.nix +++ b/features/containers/default.nix @@ -1,4 +1,4 @@ -{ config }: +{ config, ... }: { imports = [