From 0170398c8d2ab00fb8ad9daa97665cac4ecb2292 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 19 Jul 2022 16:35:52 +0200 Subject: [PATCH] use nix flakes to run the command --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index a52c455..816a48c 100755 --- a/publish.sh +++ b/publish.sh @@ -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 \