From ed1d4f573f8988353d6e437f5e70ee334ea099fe Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Mon, 23 Dec 2024 15:37:52 -0500 Subject: [PATCH] fix: add git to nix build dependencies and shell --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index a8be24ac..e58db64e 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,8 @@ useFetchCargoVendor = true; cargoHash = "sha256-t84hokb2loZ6FPPt4eN8HzgNQJrQUdiG5//ZbmlasWY="; + nativeBuildInputs = with pkgs; [ git ]; + passthru.updateScript = pkgs.nix-update-script; }; @@ -88,6 +90,7 @@ devShells.default = pkgs.mkShell { name = "blink"; packages = with pkgs; [ + git gcc fenix.complete.toolchain rust-analyzer-nightly