mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05: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
|
# Initialize git
|
||||||
if [[ ! -d ".git" ]]; then
|
if [[ ! -d ".git" ]]; then
|
||||||
git init
|
git init
|
||||||
|
git add flake.nix flake.lock
|
||||||
echo "✓ Initialized empty Git repository"
|
echo "✓ Initialized empty Git repository"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue