diff options
author | Akshay <[email protected]> | 2021-11-03 09:18:35 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-08 05:03:13 +0000 |
commit | 4e063b2abc402ac4d6902647e821978269025c7d (patch) | |
tree | a8935a5432fe86d0e5facb9ff8acc71edcb7f782 /flake.nix | |
parent | 78decf580d22fa792c19c40ace39762fb027067c (diff) |
add snapshot test suitesnapshot-tests
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -93,11 +93,12 @@ | |||
93 | "clippy" | 93 | "clippy" |
94 | "rust-src" | 94 | "rust-src" |
95 | ]; | 95 | ]; |
96 | inherit (fenix.packages."${system}") rust-analyzer; | ||
96 | in | 97 | in |
97 | with pkgs; | 98 | pkgs.mkShell { |
98 | mkShell rec { | ||
99 | nativeBuildInputs = [ | 99 | nativeBuildInputs = [ |
100 | cargo-watch | 100 | pkgs.cargo-watch |
101 | pkgs.cargo-insta | ||
101 | rust-analyzer | 102 | rust-analyzer |
102 | toolchain | 103 | toolchain |
103 | ]; | 104 | ]; |