nix-config/.hooks/post-commit

6 lines
111 B
Text
Executable file

#!/usr/bin/env nix-shell
#! nix-shell -i bash ../shell.nix
echo "restoring stashed changes"
git stash pop -q