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 5ff69b8 commit be4476eCopy full SHA for be4476e
.github/workflows/pipeline.yml
@@ -233,10 +233,3 @@ jobs:
233
- uses: actions/checkout@v3
234
- name: "Check hix -- run github:haskell/cabal/3.10#cabal-install:exe:cabal -- --version"
235
run: "HIX_DIR=$(mktemp -d) nix run .#hix --accept-flake-config -- run github:haskell/cabal/3.10#cabal-install:exe:cabal --accept-flake-config --override-input haskellNix . -- --version"
236
-
237
- nix-tools-build:
238
- runs-on: [self-hosted, linux]
239
- steps:
240
- - uses: actions/checkout@v3
241
- - name: "nix-tools build"
242
- run: cd ./nix-tools && .buildkite/nix-tools-build.sh
nix-tools/.buildkite/nix-tools-build.sh
0 commit comments