flake: use intent-to-add
This commit is contained in:
parent
2ddf5b9f0f
commit
910670ba0b
1 changed files with 3 additions and 0 deletions
3
switch
3
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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue