From 3aab05af413e41f3d09f23704e281c814ef4d236 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 13 Dec 2023 23:39:30 +0100 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Removed input 'cyrus-sasl-xoauth2' • Removed input 'openconnect-sso' • Removed input 'openconnect-sso/flake-utils' • Removed input 'openconnect-sso/nixpkgs' --- flake.lock | 56 +----------------------------------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/flake.lock b/flake.lock index 3fd6db8..ce43b50 100644 --- a/flake.lock +++ b/flake.lock @@ -22,22 +22,6 @@ "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" - } - }, "darwin": { "inputs": { "nixpkgs": [ @@ -60,21 +44,6 @@ "type": "github" } }, - "flake-utils": { - "locked": { - "lastModified": 1622445595, - "narHash": "sha256-m+JRe6Wc5OZ/mKw2bB3+Tl0ZbtyxxxfnAWln8Q5qs+Y=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "7d706970d94bc5559077eb1a6600afddcd25a7c8", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -144,35 +113,12 @@ "type": "indirect" } }, - "openconnect-sso": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1692692901, - "narHash": "sha256-JFVvTw11KFnrd/A5z3QCh30ac9MZG+ojDY3udAFpmCE=", - "owner": "vlaci", - "repo": "openconnect-sso", - "rev": "94128073ef49acb3bad84a2ae19fdef926ab7bdf", - "type": "github" - }, - "original": { - "owner": "vlaci", - "repo": "openconnect-sso", - "type": "github" - } - }, "root": { "inputs": { "agenix": "agenix", - "cyrus-sasl-xoauth2": "cyrus-sasl-xoauth2", "local-bitwig": "local-bitwig", "nix-index-database": "nix-index-database", - "nixpkgs": "nixpkgs", - "openconnect-sso": "openconnect-sso" + "nixpkgs": "nixpkgs" } } },