mirror of
https://github.com/dwinkler1/np.git
synced 2026-08-22 20:23:14 -04:00
adding flake to git by default
This commit is contained in:
parent
15220f9d21
commit
4a15e54051
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@
|
|||
# Initialize git
|
||||
if [[ ! -d ".git" ]]; then
|
||||
git init
|
||||
git add flake.nix flake.lock
|
||||
echo "✓ Initialized empty Git repository"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue