authelia: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-22 09:51:28 +01:00
parent 40391446cd
commit 4d83050a1f
6 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ pkgs/development/interpreters/elixir/ @NixOS/beam
pkgs/development/interpreters/lfe/ @NixOS/beam
# Authelia
pkgs/servers/authelia/ @06kellyjac @dit7ya @nicomem
pkgs/by-name/au/authelia/ @06kellyjac @dit7ya @nicomem
# OctoDNS
pkgs/by-name/oc/octodns/ @anthonyroussel
@@ -6,7 +6,7 @@
pnpmConfigHook,
pnpm,
fetchFromGitHub,
buildGoModule,
buildGo124Module,
installShellFiles,
callPackage,
nixosTests,
@@ -22,6 +22,8 @@
}:
let
buildGoModule = buildGo124Module;
inherit (import ./sources.nix { inherit fetchFromGitHub; })
pname
version
-4
View File
@@ -1450,10 +1450,6 @@ with pkgs;
arpack-mpi = arpack.override { useMpi = true; };
authelia = callPackage ../servers/authelia {
buildGoModule = buildGo124Module;
};
authentik-outposts = recurseIntoAttrs (callPackages ../by-name/au/authentik/outposts.nix { });
autoflake = with python3.pkgs; toPythonApplication autoflake;