From e44595eaa88a8d8c1d3eb30adce1a69ea8af19d6 Mon Sep 17 00:00:00 2001 From: Amitai Burstein Date: Mon, 24 Jul 2023 13:23:53 +0300 Subject: [PATCH] Update oauth with the new `flake.nix` (#1769) --- Guide/oauth.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide/oauth.markdown b/Guide/oauth.markdown index b6dbcd0e4..cd3499a83 100644 --- a/Guide/oauth.markdown +++ b/Guide/oauth.markdown @@ -18,7 +18,7 @@ At the moment IHP supports these identity providers: To use the Login with Google functionality you first need to enable the `ihp-oauth-google` package. -Open your project's `default.nix` and a `ihp-oauth-google` dependency to `haskellDeps`: +Open your project's `flake.nix` and a `ihp-oauth-google` dependency to `haskellDeps`: ```nix let