From 3a5d21b95f677efd1efd1c2e109c5ee1458e5cc4 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Wed, 11 Sep 2024 16:05:34 -0400 Subject: [PATCH] asdf --- nextjs-end/idx-template.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextjs-end/idx-template.nix b/nextjs-end/idx-template.nix index e7108af9..a3206515 100644 --- a/nextjs-end/idx-template.nix +++ b/nextjs-end/idx-template.nix @@ -6,7 +6,8 @@ ]; bootstrap = '' npx -y giget gh:firebase/friendlyeats-web/nextjs-end#jamesdaniels_fixServiceWorkers "$WS_NAME" - rm "$WS_NAME/idx-template".{nix|json} + rm "$WS_NAME/idx-template.json" + rm "$WS_NAME/idx-template.nix" sed -e 's//${projectId}/' ${.idx/dev.nix} > "$WS_NAME/.idx/dev.nix" mv "$WS_NAME" "$out" '';