#!/usr/bin/env bash nix develop . --command bash -c "cargo new $1" mv -r "$1"/* . rm -fr "$1" sed -i -e "s/change_this/$1/g" flake.nix