aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";