Skip to content

Commit

Permalink
Merge pull request #498 from trueNAHO/modules-pre-commit-run-make-pkg…
Browse files Browse the repository at this point in the history
…s-buildenv-composable

modules: pre-commit: make pkgs.buildEnv composable
  • Loading branch information
domenkozar authored Oct 1, 2024
2 parents 85f7a71 + 9f73309 commit 2f5ae3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ let
fi
exitcode=$?
git --no-pager diff --color
touch $out
mkdir $out
[ $? -eq 0 ] && exit $exitcode
'';

Expand Down

0 comments on commit 2f5ae3f

Please sign in to comment.