diff options
author | Akshay <[email protected]> | 2021-11-20 13:26:26 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-28 07:55:23 +0000 |
commit | 2b6012a79cb092e5d88c050cb494057efef28fc2 (patch) | |
tree | cd31973c32431a5cbf8c12ce574f799d065852be /flake.nix | |
parent | 4e063b2abc402ac4d6902647e821978269025c7d (diff) |
introduce --config flag
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ | |||
97 | in | 97 | in |
98 | pkgs.mkShell { | 98 | pkgs.mkShell { |
99 | nativeBuildInputs = [ | 99 | nativeBuildInputs = [ |
100 | pkgs.cargo-watch | 100 | pkgs.bacon |
101 | pkgs.cargo-insta | 101 | pkgs.cargo-insta |
102 | rust-analyzer | 102 | rust-analyzer |
103 | toolchain | 103 | toolchain |