From aa48a626c08cec353d5563a8831239d2e69c9f3d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 6 Oct 2023 17:35:30 +0100 Subject: fixup! refactor: rebuild app skeleton --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2fa8d8a..d527e36 100644 --- a/flake.nix +++ b/flake.nix @@ -23,13 +23,14 @@ # selectLatestNightlyWith isn't support with mixed toolchains # https://github.com/oxalica/rust-overlay/issues/136 (lib.hiPrio rust-bin.nightly."2023-09-01".rustfmt) + # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; }) rust-bin.stable.latest.default - ]; buildInputs = [ - rust-analyzer + pkg-config # required by git2 gitlint + openssl ]; shellHook = '' # auto-install git hooks -- cgit v1.2.3