Add unfinished git-flake command

This commit is contained in:
Tibo De Peuter 2023-06-14 17:25:16 +02:00 committed by Tibo De Peuter
parent eac40d0991
commit 4718f88045

7
arch/stow/_scripts/git-flake Executable file
View 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