diff options
Diffstat (limited to '')
| -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; }; } ); |
