fix: my stupidity
All checks were successful
/ check (push) Successful in 4m20s

This commit is contained in:
Daniel Flanagan 2025-02-20 13:00:30 -06:00
parent f1dbd4168a
commit 2c4e937401

View file

@ -11,7 +11,7 @@ pkgs.writeShellApplication {
]; ];
text = '' text = ''
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"