Skip to content

Commit

Permalink
NixOS: Fix oauth callback invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed May 1, 2024
1 parent 2d5fae7 commit 4874b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4874b53

Please sign in to comment.