Remove the default value from config

This commit is contained in:
Andreas Zweili 2022-11-02 21:27:28 +01:00
parent 2c801b3947
commit 4d71c0bb83
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ inputs, config ? { }, ... }:
{ inputs, config, ... }:
{
imports = [
"${inputs.self}/modules/docker"