Compare commits

..

3 commits

Author SHA1 Message Date
9f616cbd6c
add needed package diffutils
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-09-04 12:37:16 +02:00
5793db0457
Automated break down of Nix flake checks for CI 2025-09-04 12:37:16 +02:00
da77c4c8eb fix formatting (#513)
Reviewed-on: Fediversity/Fediversity#513
2025-09-04 12:36:48 +02:00
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;
}; };