remove nix dependency

This commit is contained in:
Solène Rapenne 2023-10-16 22:48:28 +02:00
parent 3c3b06dd1a
commit 24af7476ed
Signed by: solene
GPG Key ID: 8CD42DFD57F0A909
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ if test -f /bsd # on OpenBSD
then
cd issues && make && cd ../
else
nix shell nixpkgs#gnumake nixpkgs#libxml2 -c /bin/sh -c "cd issues && make"
if type xmllint
then
cd issues && make
fi
fi
rclone sync -L -v --size-only \
--sftp-set-modtime=false \