non important commit

This commit is contained in:
maxstrb 2025-10-01 21:42:47 +02:00
parent f2d68d670e
commit 0a6f26ea9e
2 changed files with 4 additions and 5 deletions

View file

@ -51,6 +51,10 @@
exit 0 exit 0
} }
git init
git add .
git commit -m "Project setup"
print "You are all done" print "You are all done"
exit 0 exit 0

View file

@ -55,17 +55,12 @@
if not ($flake_path | path exists) { if not ($flake_path | path exists) {
nvim $file nvim $file
print "wtf dude"
return return
} }
cd $root cd $root
nix develop . --command nvim $file nix develop . --command nvim $file
print "Please"
} else { } else {
nvim $file nvim $file
print "NOOOO"
} }
} }