bump rust, remove nixago

This commit is contained in:
steveej 2025-03-29 17:53:42 +01:00
parent adbf6d4db9
commit 3b852b7073
6 changed files with 43 additions and 226 deletions

View file

@ -18,7 +18,10 @@ let
};
statix.enable = true;
rustfmt.enable = true;
rustfmt = {
enable = true;
edition = "2024";
};
gofmt.enable = true;
@ -27,6 +30,10 @@ let
taplo.enable = true;
prettier.enable = true;
formatjson5.enable = true;
just.enable = true;
} // pkgs.lib.optionalAttrs (pkgs.system != "riscv64-linux") { shellcheck.enable = true; };
settings = {