about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-18 21:57:35 +0900
committersefidel <contact@sefidel.net>2024-05-18 21:57:53 +0900
commit08509bad8d610898435d822e8fa16b1528257c27 (patch)
treec1dee8a227ba8ef4dfeda70ed63a1adbac8c39d0
parent92209abbd47709cafe442b3abb74e46879a774eb (diff)
downloadinfra-08509bad8d610898435d822e8fa16b1528257c27.tar.gz
infra-08509bad8d610898435d822e8fa16b1528257c27.zip
fix(flake): authentik-nix: use node-22 branch
-rw-r--r--flake.lock7
-rw-r--r--flake.nix3
2 files changed, 6 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 1223b5c..4d38753 100644
--- a/flake.lock
+++ b/flake.lock
@@ -13,15 +13,16 @@
         "poetry2nix": "poetry2nix"
       },
       "locked": {
-        "lastModified": 1715198357,
-        "narHash": "sha256-JFX+z1Gjr4ELAwSiW9uo3mTzr3RHDtWZIMD8epGh9yI=",
+        "lastModified": 1715166702,
+        "narHash": "sha256-PJxwZoT1JWxMaKRdTLMHN55mdYlhZn2L5VpvyevKkug=",
         "owner": "nix-community",
         "repo": "authentik-nix",
-        "rev": "e9ae3992d542972d787adf2b200a7489ca83aa91",
+        "rev": "84c3ce6fe7c174ed1a53cbc5e36cf6a70f4dcc1b",
         "type": "github"
       },
       "original": {
         "owner": "nix-community",
+        "ref": "node-22",
         "repo": "authentik-nix",
         "type": "github"
       }
diff --git a/flake.nix b/flake.nix
index 3ef69b4..880fcbc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,8 @@
 
     impermanence.url = "github:nix-community/impermanence";
 
-    authentik-nix.url = "github:nix-community/authentik-nix";
+    # TODO: https://github.com/nix-community/authentik-nix/issues/24
+    authentik-nix.url = "github:nix-community/authentik-nix/node-22";
     authentik-nix.inputs.nixpkgs.follows = "unstable";
 
     sops-nix.url = "github:Mic92/sops-nix";