Skip to content

Commit

Permalink
fix: add git to nix build dependencies and shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Dec 23, 2024
1 parent 14cc21a commit ed1d4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
useFetchCargoVendor = true;
cargoHash = "sha256-t84hokb2loZ6FPPt4eN8HzgNQJrQUdiG5//ZbmlasWY=";

nativeBuildInputs = with pkgs; [ git ];

passthru.updateScript = pkgs.nix-update-script;
};

Expand Down Expand Up @@ -88,6 +90,7 @@
devShells.default = pkgs.mkShell {
name = "blink";
packages = with pkgs; [
git
gcc
fenix.complete.toolchain
rust-analyzer-nightly
Expand Down

0 comments on commit ed1d4f5

Please sign in to comment.