From 761944fd17156a23f14de8f840ecdb1c99fbbab4 Mon Sep 17 00:00:00 2001 From: Vika Date: Fri, 15 Apr 2022 08:27:56 +0300 Subject: flake.nix: added some tools to simplify my workflow --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }; }) ]; -- cgit 1.4.1