mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
nix fmt
This commit is contained in:
parent
490ebae2c6
commit
0aaf5db8e5
2 changed files with 2 additions and 1 deletions
|
|
@ -152,6 +152,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default bacon cargo-edit cargo-outdated rustfmt clippy cargo-audit hyperfine valgrind cargo-insta cargo-semver-checks];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,5 +10,4 @@ final: prev: {
|
|||
${final.rustfmt}/bin/rustfmt $out
|
||||
'';
|
||||
demostf-parser-schema = final.callPackage ./schema.nix {};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue