Add unfinished git-flake command
This commit is contained in:
parent
15e6ee795d
commit
d6f8095053
1 changed files with 7 additions and 0 deletions
7
arch/stow/_scripts/git-flake
Executable file
7
arch/stow/_scripts/git-flake
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Ignore flake.nix and flake.lock
|
||||
# For using personal flakes in a project that does not provide and want flakes.
|
||||
# Syntaxis: git flake
|
||||
|
||||
git add --intent-to-add flake.nix flake.lock
|
||||
git update-index --assume-unchanged flake.nix
|
Loading…
Reference in a new issue