We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1091771 commit 5ab9053Copy full SHA for 5ab9053
.github/workflows/test-pr.yml
@@ -121,7 +121,8 @@ jobs:
121
ls -l $(which nix)
122
123
JQ=$(nix-build '<nixpkgs>' -A jq --no-link)/bin/jq
124
- KIMP_BIN=$(nix build .#kimp --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
+ NIX="/nix/store/xwl1jdg0l702cv3wxqd7n0rcwz1g6axx-nix-2.31.2/bin/nix"
125
+ KIMP_BIN=$($NIX build .#kimp --print-build-logs --json | $JQ -r '.[].outputs | to_entries[].value')/bin
126
echo $KIMP_BIN >> $GITHUB_PATH
127
- name: 'Run smoke test'
128
run: ./package/smoke-test.sh
0 commit comments