nixos-prebuild: fix typo

This commit is contained in:
Colin 2023-12-12 18:39:46 +00:00
parent cec48e0270
commit 83d402eb77

View File

@ -6,7 +6,7 @@
script = ''
working=$(mktemp -d /tmp/nixos-prebuild.XXXXXX)
pushd "$working"
git clone https://git.uninsane.org/colin/nix-files.git
git clone https://git.uninsane.org/colin/nix-files.git \
&& cd nix-files \
&& nix flake update \
|| true