Build mbsync with with OAUTH2 support

This commit is contained in:
2022-01-29 13:28:28 +01:00
parent 6c706c5a1b
commit 9e89e81a08
5 changed files with 49 additions and 1 deletions

View File

@@ -18,6 +18,10 @@
url = "github:vlaci/openconnect-sso";
flake = false;
};
cyrus-sasl-xoauth2 = {
url = "github:robn/sasl2-oauth";
flake = false;
};
};
outputs = { self, nixpkgs, agenix, ... }@inputs: