diff options
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -23,13 +23,14 @@ | |||
| 23 | # selectLatestNightlyWith isn't support with mixed toolchains | 23 | # selectLatestNightlyWith isn't support with mixed toolchains |
| 24 | # https://github.com/oxalica/rust-overlay/issues/136 | 24 | # https://github.com/oxalica/rust-overlay/issues/136 |
| 25 | (lib.hiPrio rust-bin.nightly."2023-09-01".rustfmt) | 25 | (lib.hiPrio rust-bin.nightly."2023-09-01".rustfmt) |
| 26 | # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; }) | ||
| 26 | rust-bin.stable.latest.default | 27 | rust-bin.stable.latest.default |
| 27 | |||
| 28 | ]; | 28 | ]; |
| 29 | 29 | ||
| 30 | buildInputs = [ | 30 | buildInputs = [ |
| 31 | rust-analyzer | 31 | pkg-config # required by git2 |
| 32 | gitlint | 32 | gitlint |
| 33 | openssl | ||
| 33 | ]; | 34 | ]; |
| 34 | shellHook = '' | 35 | shellHook = '' |
| 35 | # auto-install git hooks | 36 | # auto-install git hooks |