From c5a8eeab295c3db4132e076826f05c0631a2e814 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:19:28 +1000 Subject: [PATCH] ci: fix for nix 2.19 --- dev/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ci.sh b/dev/ci.sh index 93d9699..d71270f 100755 --- a/dev/ci.sh +++ b/dev/ci.sh @@ -22,7 +22,7 @@ else fi # Update srvos to the latest hash -nix flake lock "$(dirname "$0")" --update-input srvos +nix flake update srvos --flake "$(dirname "$0")"/flake.nix error=0