fix: formatting of installer script
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2025-02-20 12:57:49 -06:00
parent 863f70a919
commit f1dbd4168a

View file

@ -13,7 +13,7 @@ pkgs.writeShellApplication {
repo='https://git.lyte.dev/lytedev/nix' repo='https://git.lyte.dev/lytedev/nix'
if [[ -f flake.nix ]]; then if [[ -f flake.nix ]]; then
dir="$(mktemp -d)" dir="$(mktemp -d)"
echo "No flake detected. Cloning '$repo' to '$dir/nix' echo "No flake detected. Cloning '$repo' to '$dir/nix'"
cd "$dir" cd "$dir"
git clone "$repo" git clone "$repo"
cd nix cd nix