mirror of
https://codeberg.org/demostf/backup.git
synced 2026-06-03 09:54:18 +02:00
fix clippy
This commit is contained in:
parent
938ca06599
commit
9b0e4aff85
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
# `nix develop`
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ rustc cargo ];
|
||||
nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy ];
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue