non important commit
This commit is contained in:
parent
ffb0d43967
commit
b5db66a94b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
nix develop . --command bash -c "cargo new $1"
|
nix develop . --command bash -c "cargo new $1"
|
||||||
|
|
||||||
mv -r "$1"/* .
|
mv "$1"/* .
|
||||||
rm -fr "$1"
|
rm -fr "$1"
|
||||||
|
|
||||||
sed -i -e "s/change_this/$1/g" flake.nix
|
sed -i -e "s/change_this/$1/g" flake.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue