treewide: nixfmt
This commit is contained in:
parent
d653af66b3
commit
dbfc2207df
14 changed files with 688 additions and 564 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ authentik-src
|
||||
, authentikComponents
|
||||
, linkFarm
|
||||
, applyPatches
|
||||
{
|
||||
authentik-src,
|
||||
authentikComponents,
|
||||
linkFarm,
|
||||
applyPatches,
|
||||
}:
|
||||
let
|
||||
patched-src = applyPatches {
|
||||
|
|
@ -14,11 +15,32 @@ let
|
|||
};
|
||||
in
|
||||
linkFarm "authentik-static-workdir-deps" [
|
||||
{ name = "authentik"; path = "${patched-src}/authentik"; }
|
||||
{ name = "locale"; path = "${authentik-src}/locale"; }
|
||||
{ name = "blueprints"; path = "${authentik-src}/blueprints"; }
|
||||
{ name = "internal"; path = "${authentik-src}/internal"; }
|
||||
{ name = "lifecycle"; path = "${patched-src}/lifecycle"; }
|
||||
{ name = "schemas"; path = "${authentik-src}/schemas"; }
|
||||
{ name = "web"; path = authentikComponents.frontend; }
|
||||
{
|
||||
name = "authentik";
|
||||
path = "${patched-src}/authentik";
|
||||
}
|
||||
{
|
||||
name = "locale";
|
||||
path = "${authentik-src}/locale";
|
||||
}
|
||||
{
|
||||
name = "blueprints";
|
||||
path = "${authentik-src}/blueprints";
|
||||
}
|
||||
{
|
||||
name = "internal";
|
||||
path = "${authentik-src}/internal";
|
||||
}
|
||||
{
|
||||
name = "lifecycle";
|
||||
path = "${patched-src}/lifecycle";
|
||||
}
|
||||
{
|
||||
name = "schemas";
|
||||
path = "${authentik-src}/schemas";
|
||||
}
|
||||
{
|
||||
name = "web";
|
||||
path = authentikComponents.frontend;
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue