From d755924e6108cd908a42cf052b44bfa3d84aa4bd Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 27 Oct 2022 23:19:43 +0200 Subject: [PATCH] Revert "HACK: Fix build of openconnect-sso with a fork" This reverts commit bf9ad26eab97742c7333f1baa1a917e8b807eed8. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5c9f613..d86fec4 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; openconnect-sso = { - url = "github:hexop/openconnect-sso/poetry-workaround"; + url = "github:vlaci/openconnect-sso"; flake = false; }; cyrus-sasl-xoauth2 = {