fix formatting (#513)

Reviewed-on: Fediversity/Fediversity#513
This commit is contained in:
Kiara Grouwstra 2025-09-04 12:36:48 +02:00
parent e30b052cfc
commit da77c4c8eb
2 changed files with 2 additions and 3 deletions

View file

@ -98,8 +98,7 @@ in
{ {
options.enable = lib.mkEnableOption "Hello in the shell"; options.enable = lib.mkEnableOption "Hello in the shell";
}; };
implementation = implementation = cfg: {
cfg: {
resources = lib.optionalAttrs cfg.enable { resources = lib.optionalAttrs cfg.enable {
hello.login-shell.packages.hello = pkgs.hello; hello.login-shell.packages.hello = pkgs.hello;
}; };

View file

@ -38,7 +38,7 @@
}; };
deployment-model-tf = import ./check/data-model-tf { deployment-model-tf = import ./check/data-model-tf {
inherit (pkgs.testers) runNixOSTest; inherit (pkgs.testers) runNixOSTest;
inherit inputs sources; inherit inputs sources;
}; };
}; };