This commit is contained in:
parent
863f70a919
commit
f1dbd4168a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue