diff options
author | Vika <vika@fireburn.ru> | 2022-04-15 08:27:56 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-04-15 08:27:56 +0300 |
commit | 761944fd17156a23f14de8f840ecdb1c99fbbab4 (patch) | |
tree | 1ad027075348e0693c0eccdd53ed6a15f2909f31 | |
parent | 735bcff54fc7cf2bf9b7007f4f7926fed0db3ee9 (diff) | |
download | kittybox-761944fd17156a23f14de8f840ecdb1c99fbbab4.tar.zst |
flake.nix: added some tools to simplify my workflow
-rw-r--r-- | flake.nix | 3 |
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; }; }) ]; |