diff options
| -rw-r--r-- | flake.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@  	# nix develop  	devShell = pkgs.mkShell { -	  nativeBuildInputs = with pkgs; [ rustc cargo cargo-edit ]; +	  nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy cargo-audit cargo-edit ];  	};        }    );  |