about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-04-15 08:27:56 +0300
committerVika <vika@fireburn.ru>2022-04-15 08:27:56 +0300
commit761944fd17156a23f14de8f840ecdb1c99fbbab4 (patch)
tree1ad027075348e0693c0eccdd53ed6a15f2909f31
parent735bcff54fc7cf2bf9b7007f4f7926fed0db3ee9 (diff)
flake.nix: added some tools to simplify my workflow
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 648622a..234a2ae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -305,7 +305,8 @@
         pkg-config lld
         # required for httpmock, not actually used in the release
         openssl.dev
-        httpie systemfd cargo-watch
+        xh systemfd
+        cargo-watch cargo-edit cargo-outdated
         (rust-bin.default.override { extensions = [ "rust-src" ]; })
         (rust-analyzer.override { rustPlatform = with rust-bin; { rustLibSrc = rust-src; }; })
       ];