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.lock | |
parent | cda89dd2308a7b65268318e6aad9c8bbc3bbf760 (diff) | |
download | infra-30a2e6ff2797fc5ea0728215afbb230b2c32592b.tar.gz infra-30a2e6ff2797fc5ea0728215afbb230b2c32592b.zip |
feat(flake/authentik-nix): use provided nixpkgs
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock index 8073fdb..3126a02 100644 --- a/flake.lock +++ b/flake.lock @@ -7,9 +7,7 @@ "flake-parts": "flake-parts", "flake-utils": "flake-utils", "napalm": "napalm", - "nixpkgs": [ - "unstable" - ], + "nixpkgs": "nixpkgs", "poetry2nix": "poetry2nix" }, "locked": { @@ -299,16 +297,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1673606088, - "narHash": "sha256-wdYD41UwNwPhTdMaG0AIe7fE1bAdyHe6bB4HLUqUvck=", + "lastModified": 1720542800, + "narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "37b97ae3dd714de9a17923d004a2c5b5543dfa6d", + "rev": "feb2849fdeb70028c70d73b848214b00d324a497", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } @@ -372,6 +370,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1673606088, + "narHash": "sha256-wdYD41UwNwPhTdMaG0AIe7fE1bAdyHe6bB4HLUqUvck=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "37b97ae3dd714de9a17923d004a2c5b5543dfa6d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "poetry2nix": { "inputs": { "flake-utils": [ @@ -417,7 +431,7 @@ "sefidel-web": { "inputs": { "flake-utils": "flake-utils_3", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs_2" }, "locked": { "lastModified": 1708115165, |