updates and nixifying
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
# nixpkgs-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
|
||||
# nixpgs
|
||||
# nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
|
||||
# Authentik
|
||||
authentik-nix = {
|
||||
url = "github:nix-community/authentik-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
# url = "github:nix-community/authentik-nix";
|
||||
url = "github:fpletz/authentik-nix/24.11"; # for some reason this is broken in stable and unstable
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
};
|
||||
|
||||
# Chaotic-nix
|
||||
@@ -63,7 +64,7 @@
|
||||
self,
|
||||
nixpkgs-unstable,
|
||||
# nixpkgs-unstable-small,
|
||||
# nixpkgs-stable,
|
||||
nixpkgs-stable,
|
||||
# chaotic,
|
||||
lanzaboote,
|
||||
impermanence,
|
||||
|
||||
Reference in New Issue
Block a user