diff options
author | sefidel <contact@sefidel.net> | 2024-08-06 01:02:36 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-06 01:07:22 +0900 |
commit | 30a2e6ff2797fc5ea0728215afbb230b2c32592b (patch) | |
tree | 4af67cdc1dda6a376cd2e31aedfcbce3e5e4988b /flake.nix | |
parent | cda89dd2308a7b65268318e6aad9c8bbc3bbf760 (diff) | |
download | infra-30a2e6ff2797fc5ea0728215afbb230b2c32592b.tar.gz infra-30a2e6ff2797fc5ea0728215afbb230b2c32592b.zip |
feat(flake/authentik-nix): use provided nixpkgs
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 3ef69b4..3c3ca7c 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ impermanence.url = "github:nix-community/impermanence"; authentik-nix.url = "github:nix-community/authentik-nix"; - authentik-nix.inputs.nixpkgs.follows = "unstable"; + # authentik-nix.inputs.nixpkgs.follows = "unstable"; sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "unstable"; |