diff --git a/flake.nix b/flake.nix index b31635d..6eb85ed 100644 --- a/flake.nix +++ b/flake.nix @@ -22,11 +22,12 @@ mkShell { buildInputs = [ cargo + pre-commit + rust-analyzer + rustPackages.clippy rustc rustfmt - pre-commit - rustPackages.clippy - rust-analyzer + sea-orm-cli ] ++ buildInputs; inherit nativeBuildInputs;