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