From e3c264bf57e8220f3c0b42e57a4cfd81a6f56997 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Mon, 15 Apr 2024 06:38:28 +0000 Subject: [PATCH] fix typo --- static.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static.nix b/static.nix index da47968..a1c5a1c 100644 --- a/static.nix +++ b/static.nix @@ -125,7 +125,7 @@ pkgs.mkShell (rec { gh jq yq-go - ] ++ lib.options withIOGFull [ + ] ++ lib.optionals withIOGFull [ R # for plutus postgresql # for db-sync ]);