diff --git a/flake.nix b/flake.nix index 6b25d0f..fa5a7cf 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ let pkgs = nixpkgs.legacyPackages.${system}; in { devShell = pkgs.mkShell { - buildInputs = with pkgs; [ cargo rustc rustfmt pkgconfig openssl.dev ]; + buildInputs = with pkgs; [ rustup pkgconfig openssl.dev ]; }; }); }