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
|
||||
, authentik-version
|
||||
, buildNapalmPackage
|
||||
, nodejs_22
|
||||
{
|
||||
authentik-src,
|
||||
authentik-version,
|
||||
buildNapalmPackage,
|
||||
nodejs_22,
|
||||
}:
|
||||
|
||||
buildNapalmPackage "${authentik-src}/website" {
|
||||
|
|
@ -52,8 +53,7 @@ buildNapalmPackage "${authentik-src}/website" {
|
|||
let
|
||||
files = builtins.readDir ./docs-extra-package-locks;
|
||||
in
|
||||
builtins.concatMap (f:
|
||||
if files.${f} == "regular"
|
||||
then [ (./docs-extra-package-locks + "/${f}") ] else []
|
||||
builtins.concatMap (
|
||||
f: if files.${f} == "regular" then [ (./docs-extra-package-locks + "/${f}") ] else [ ]
|
||||
) (builtins.attrNames files);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue