Skip to content

Commit

Permalink
fix: Commitzen git repository discovery.
Browse files Browse the repository at this point in the history
Related to #21.
  • Loading branch information
shahinism committed Jul 19, 2024
1 parent 1c6a918 commit ba54ae9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@

# https://devenv.sh/packages/
packages = with pkgs; [
# Required for packages with Rust dependencies (eg. pydantic-core)
cargo
rustc
# https://github.com/DataChefHQ/inception/issues/21
git
];

languages.python = {
Expand Down

0 comments on commit ba54ae9

Please sign in to comment.