diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 11:47:48 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-27 11:47:48 -0800 |
| commit | d1e70f7dc597c0b03dadac200ddb263ee2e59eb5 (patch) | |
| tree | 16986cb9204ba8d1f485ccc321065c1756ffe60b /flake.nix | |
| parent | install cascadia font (diff) | |
| download | infra-d1e70f7dc597c0b03dadac200ddb263ee2e59eb5.tar.gz | |
update configuration for treefmt
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -62,11 +62,9 @@ projectRootFile = "flake.nix"; programs = { nixfmt.enable = true; - }; - settings.formatter.deadnix = { - command = "${pkgs.deadnix}/bin/deadnix"; - options = [ "--edit" ]; - includes = [ "*.nix" ]; + actionlint.enable = true; + deadnix.enable = true; + just.enable = true; }; } ); |
