formatting

This commit is contained in:
Chance 2025-03-29 20:20:40 -04:00 committed by BitSyndicate
parent ce15112404
commit ab1ebec7bb
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
15 changed files with 19868 additions and 2689 deletions

View file

@ -52,7 +52,9 @@
devShells.default = pkgs.mkShell {
name = "zenyx";
nativeBuildInputs = with pkgs; [
rust-bin.stable.latest.default
(rust-bin.stable.latest.default.override {
extensions = ["rust-src" "cargo" "rustfmt" "clippy"];
})
pkg-config
];
buildInputs = buildInputs;