1#!/bin/sh 2unset NIX_BUILD_SHELL 3export NIX_BUILD_SHELL 4nix-shell -p gnumake --run 'make pre-commit' 5git add README.md docs