diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-06 17:35:30 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-06 17:35:30 +0100 |
| commit | aa48a626c08cec353d5563a8831239d2e69c9f3d (patch) | |
| tree | 61a5769038ef659620254430c8563b0511d5edfc | |
| parent | 96660a90e4cd296a2922d7a547de4cd9d0b1928b (diff) | |
fixup! refactor: rebuild app skeleton
| -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 |