Skip to content

Commit

Permalink
maintenance: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Oct 27, 2024
1 parent 1aab950 commit def558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/tools/builder/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def558b

Please sign in to comment.