From 68616d0060d36f6c3e95cca03464efc3ccd318ef Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee Date: Sat, 8 Jul 2023 16:20:09 +0530 Subject: [PATCH] doc: update readme --- README.md | 10 ---------- configuration.nix | 4 +++- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0962db6..52321e8 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,3 @@ To get started, install NixOS, clone this repository and run: ```sh nixos-rebuild switch -I nixos-config=configuration.nix ``` - -I use `rustup` to manage the Rust toolchain including `cargo`, `rustc` and `rust-analyzer`. -My editor `helix` is automatically able to utilize `rust-analyzer` as a language server. -To reproduce my `rustup` config, run the following: - -```sh -rustup install stable -rustup component add rust-src -rustup component add rust-analyzer -``` \ No newline at end of file diff --git a/configuration.nix b/configuration.nix index 4609cd0..ec7216b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -141,7 +141,9 @@ pwntools python312 rustscan - rustup + rustc + cargo + rust-analyzer signal-desktop wifite2 wine