Remove unused variable

This commit is contained in:
Manuel Thalmann 2024-05-15 17:24:59 +02:00
parent 5d88c33a3a
commit e0baf04669

View file

@ -21,8 +21,7 @@ let
secretsScript ? "",
environment ? { },
config ? { },
options ? { },
defaultOptions ? { }
options ? { }
}:
{ ... }: {
inherit