non important commit

This commit is contained in:
maxstrb 2026-02-19 10:30:32 +01:00
parent ffb0d43967
commit b5db66a94b

View file

@ -2,7 +2,7 @@
nix develop . --command bash -c "cargo new $1"
mv -r "$1"/* .
mv "$1"/* .
rm -fr "$1"
sed -i -e "s/change_this/$1/g" flake.nix