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

17
flake.lock generated
View File

@@ -20,6 +20,22 @@
"type": "github"
}
},
"cyrus-sasl-xoauth2": {
"flake": false,
"locked": {
"lastModified": 1611713742,
"narHash": "sha256-IaH8tNUhM0lUOmFiG4G9cGzsuM9mTWfQrzoQ78MIgZ0=",
"owner": "robn",
"repo": "sasl2-oauth",
"rev": "4236b6fb904d836b85b55ba32128b843fd8c2362",
"type": "github"
},
"original": {
"owner": "robn",
"repo": "sasl2-oauth",
"type": "github"
}
},
"emacs-overlay": {
"locked": {
"lastModified": 1642217228,
@@ -69,6 +85,7 @@
"root": {
"inputs": {
"agenix": "agenix",
"cyrus-sasl-xoauth2": "cyrus-sasl-xoauth2",
"emacs-overlay": "emacs-overlay",
"nixpkgs": "nixpkgs",
"openconnect-sso": "openconnect-sso"