about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-06 01:02:36 +0900
committersefidel <contact@sefidel.net>2024-08-06 01:07:22 +0900
commit30a2e6ff2797fc5ea0728215afbb230b2c32592b (patch)
tree4af67cdc1dda6a376cd2e31aedfcbce3e5e4988b
parentcda89dd2308a7b65268318e6aad9c8bbc3bbf760 (diff)
downloadinfra-30a2e6ff2797fc5ea0728215afbb230b2c32592b.tar.gz
infra-30a2e6ff2797fc5ea0728215afbb230b2c32592b.zip
feat(flake/authentik-nix): use provided nixpkgs
-rw-r--r--flake.lock30
-rw-r--r--flake.nix2
2 files changed, 23 insertions, 9 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,
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";