updates
All checks were successful
CI / checks (push) Successful in 29s

This commit is contained in:
Robin Appelman 2025-06-18 15:43:59 +02:00
commit b7201d4a22
3 changed files with 34 additions and 22 deletions

View file

@ -18,7 +18,7 @@
...
}:
flakelight ./. {
imports = [flakelight.flakelightModules.flakelightModule];
imports = [flakelight.flakelightModules.extendFlakelight];
formatters = pkgs:
with pkgs; {
"*.nix" = pkgs.lib.getExe alejandra;