diff --git a/switch b/switch index d341e87..32bc217 100755 --- a/switch +++ b/switch @@ -4,6 +4,9 @@ set -euo pipefail nix fmt +# Allow usage of untracked files in nix code +git add --intent-to-add . + git --no-pager diff run() {