cleanup unused deps

This commit is contained in:
Gabriel Fontes
2023-06-11 19:47:04 -03:00
parent 5b573abcc6
commit fc2336facd
2 changed files with 4 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
devShells = forAllPkgs (pkgs: {
default = pkgs.mkShell {
inputsFrom = [(mkPackage pkgs)];
buildInputs = with pkgs; [ clippy rust-analyzer rustc rustfmt ffmpeg ];
buildInputs = with pkgs; [ clippy rust-analyzer rustc rustfmt ];
};
});