From 4874b5356f9aa5dcea7f1cb7ddad506969125ef3 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 1 May 2024 10:01:47 -0400 Subject: [PATCH] NixOS: Fix oauth callback invocation --- nix/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos.nix b/nix/nixos.nix index 0d4bb0467..d1db72a55 100644 --- a/nix/nixos.nix +++ b/nix/nixos.nix @@ -76,7 +76,7 @@ in --rawfile ghClientSecret $CREDENTIALS_DIRECTORY/ghcs \ --rawfile jwt $CREDENTIALS_DIRECTORY/jwt \ --arg ghClientId ${lib.escapeShellArg playground.github-client-id} \ - --arg frontendUrl ${lib.escapeShellArg playground.domain} \ + --arg frontendUrl ${lib.escapeShellArg "https://${playground.domain}"} \ '{ "github-client-id": $ghClientId , "github-client-secret": $ghClientSecret , "jwt-signature": $jwt