This commit is contained in:
Tao Tien 2025-08-21 08:17:04 -07:00
parent b441cfc12b
commit 96902144be
2 changed files with 5 additions and 0 deletions

View file

@ -99,6 +99,10 @@ in {
ui = {
default-command = "log";
};
fix.tools.alejandra = {
command = ["alejandra"];
patterns = ["glob:'**/*.nix'"];
};
};
# package = inputs.jujutsu.packages.${pkgs.system}.default;
};