use nix flakes to run the command

This commit is contained in:
Solene Rapenne 2022-07-19 16:35:52 +02:00
parent e50967ab09
commit 0170398c8d
1 changed files with 1 additions and 1 deletions

View File

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