This commit is contained in:
cy 2025-01-18 21:11:26 -05:00
parent fd8db4c006
commit 4b28b21068
4 changed files with 154 additions and 118 deletions

View file

@ -150,7 +150,10 @@
nil_ls = {
enable = true;
settings = {
formatting.command = [ "nix" "fmt" ];
formatting.command = [
"nix"
"fmt"
];
nix.flake.autoArchive = true;
};
};