Skip to content

Commit

Permalink
change(nix): add git to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
afermg committed Mar 21, 2024
1 parent 0e6d44c commit cda1ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ let
# It has to do with the maturin rust dependencies
};
in myAppEnv.env.overrideAttrs (oldAttrs: {
buildInputs = [ pkgs.quarto pkgs.which ];
buildInputs = [ pkgs.quarto pkgs.which pkgs.git ];
})

0 comments on commit cda1ba9

Please sign in to comment.