From 75b97bb6c19ebd5c41263035e0166b3fddf3194a Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 20 Jul 2023 19:53:46 +0200 Subject: [PATCH] keycloak: several fixes for the pub.solar keycloak theme See: https://git.pub.solar/pub-solar/keycloak-theme/pulls/1 --- flake.lock | 62 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index c7032c6a..97331ef3 100644 --- a/flake.lock +++ b/flake.lock @@ -91,21 +91,18 @@ }, "devshell_2": { "inputs": { - "flake-utils": [ - "keycloak-theme-pub-solar", - "flake-utils" - ], "nixpkgs": [ "keycloak-theme-pub-solar", "nixpkgs" - ] + ], + "systems": "systems" }, "locked": { - "lastModified": 1667210711, - "narHash": "sha256-IoErjXZAkzYWHEpQqwu/DeRNJGFdR7X2OGbkhMqMrpw=", + "lastModified": 1688380630, + "narHash": "sha256-8ilApWVb1mAi4439zS3iFeIT0ODlbrifm/fegWwgHjA=", "owner": "numtide", "repo": "devshell", - "rev": "96a9dd12b8a447840cc246e17a47b81a4268bba7", + "rev": "f9238ec3d75cefbb2b42a44948c4e8fb1ae9a205", "type": "github" }, "original": { @@ -223,12 +220,15 @@ } }, "flake-utils_3": { + "inputs": { + "systems": "systems_2" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1689068808, + "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", "type": "github" }, "original": { @@ -239,7 +239,7 @@ }, "flake-utils_4": { "inputs": { - "systems": "systems" + "systems": "systems_3" }, "locked": { "lastModified": 1687171271, @@ -300,11 +300,11 @@ ] }, "locked": { - "lastModified": 1669645736, - "narHash": "sha256-u1yK1fyh1UEX3BITfk6ROenWbP3aznZRplwCE+FVtHE=", + "lastModified": 1689875310, + "narHash": "sha256-gJxh8fVX24nZXBxstZcrzZhMRFG9jyOnQEfkgoRr39I=", "ref": "main", - "rev": "b488fe24a27bf76e0b777202bf13a68660121305", - "revCount": 17, + "rev": "c2c86bbf9855f16a231a596b75b443232a7b9395", + "revCount": 24, "type": "git", "url": "https://git.pub.solar/pub-solar/keycloak-theme" }, @@ -432,6 +432,36 @@ "type": "github" } }, + "systems_2": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_3": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "triton-vmtools": { "inputs": { "flake-utils": "flake-utils_5",