From fde3e415b3412984d33281b28710e0c2b0c9b137 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 7 Aug 2022 16:04:52 +0300 Subject: fix flake not reloading --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 3f9627d..32b6676 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ { mkShell, rustc, cargo, rust-analyzer, clippy, rustfmt -, cargo-watch, cargo-edit, cargo-outdated +, cargo-watch, cargo-edit, cargo-outdated, cargo-crev , xh, systemfd, tokio-console , pkg-config, protobuf, openssl, zlib }: @@ -8,7 +8,7 @@ mkShell { nativeBuildInputs = [ rustc cargo rust-analyzer clippy rustfmt - cargo-watch cargo-edit cargo-outdated + cargo-watch cargo-edit cargo-outdated cargo-crev xh systemfd tokio-console # required for tokio-console's console-subscriber pkg-config protobuf -- cgit 1.4.1