From def558bf864151509600e692b372e88a71a0aba7 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:35:29 +0530 Subject: [PATCH] maintenance: fix CI --- maintenance/tools/builder/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tools/builder/lib.sh b/maintenance/tools/builder/lib.sh index 0aecb7649..33e5ad79c 100755 --- a/maintenance/tools/builder/lib.sh +++ b/maintenance/tools/builder/lib.sh @@ -65,7 +65,7 @@ function prepare() { # Creates list of what to build when only building what changed if [ -n "${NYX_CHANGED_ONLY:-}" ]; then _DIFF=$(nix build --no-link --print-out-paths --impure \ - --expr "(builtins.getFlake \"$NYX_SOURCE\").devShells.${NYX_TARGET}.comparer.passthru.any \"$NYX_CHANGED_ONLY\"" \ + --expr "(builtins.getFlake \"$NYX_SOURCE/maintenance\").devShells.${NYX_TARGET}.comparer.passthru.any \"$NYX_CHANGED_ONLY\"" \ || exit 13) ln -s "$_DIFF" filter.txt