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 3904e13 commit 8d2bbccCopy full SHA for 8d2bbcc
.github/workflows/pipeline.yml
@@ -225,7 +225,7 @@ jobs:
225
steps:
226
- uses: actions/checkout@v3
227
- name: "Check that evaluation of hydra jobs works without using remote builders"
228
- run: nix-instantiate release.nix -A x86_64-darwin.required-unstable-ghc8107-native --show-trace --builders ''
+ run: nix path-info --derivation .#requiredJobs.x86_64-darwin.required-unstable-ghc8107-native --show-trace --builders ''
229
230
hix-cabal:
231
runs-on: [self-hosted, linux]
0 commit comments