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 5621c9e commit 9bcbb19Copy full SHA for 9bcbb19
.github/workflows/pipeline.yml
@@ -239,7 +239,7 @@ jobs:
239
- name: "Check hix -- run github:haskell/cabal/3.10#cabal-install:exe:cabal -- --version"
240
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"
241
242
- nix-tools:
+ check-nix-tools:
243
runs-on: [self-hosted, linux]
244
steps:
245
- uses: actions/checkout@v4
.github/workflows/upload-artifacts.yml
@@ -1,4 +1,4 @@
1
-name: Wait for Hydra Build
+name: Update Static Nix Tools
2
3
on:
4
push:
0 commit comments