summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-05-02 14:16:29 +0200
committerGrisha Shipunov2025-05-02 14:19:38 +0200
commite96943305796328748de754dcdbf32d191f464ef (patch)
tree88d270b803880ba5f1a40477dc053c80a0537d88
parent30a19da945702c166d1da5327b765043d82b91d1 (diff)
authentik: use vendored nixpkgs
-rw-r--r--flake.lock30
-rw-r--r--flake.nix1
2 files changed, 22 insertions, 9 deletions
diff --git a/flake.lock b/flake.lock
index 97eb2bf..4f9bb83 100644
--- a/flake.lock
+++ b/flake.lock
@@ -7,9 +7,7 @@
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",
"napalm": "napalm",
- "nixpkgs": [
- "nixpkgs"
- ],
+ "nixpkgs": "nixpkgs",
"poetry2nix": "poetry2nix",
"systems": "systems"
},
@@ -378,16 +376,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1746055187,
- "narHash": "sha256-3dqArYSMP9hM7Qpy5YWhnSjiqniSaT2uc5h2Po7tmg0=",
+ "lastModified": 1745391562,
+ "narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "3e362ce63e16b9572d8c2297c04f7c19ab6725a5",
+ "rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-24.11",
+ "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
@@ -439,6 +437,22 @@
"type": "github"
}
},
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1746055187,
+ "narHash": "sha256-3dqArYSMP9hM7Qpy5YWhnSjiqniSaT2uc5h2Po7tmg0=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "3e362ce63e16b9572d8c2297c04f7c19ab6725a5",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-24.11",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"poetry2nix": {
"inputs": {
"flake-utils": [
@@ -506,7 +520,7 @@
"lix-module": "lix-module",
"microvm": "microvm",
"nixos-hardware": "nixos-hardware",
- "nixpkgs": "nixpkgs",
+ "nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix",
"tmux-yank": "tmux-yank",
diff --git a/flake.nix b/flake.nix
index 0d1fba0..031e368 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,7 +27,6 @@
authentik-nix = {
url = "github:nix-community/authentik-nix";
- inputs.nixpkgs.follows = "nixpkgs";
};
lix = {