Skip to content

Commit 7435fe5

Browse files
committed
update at tmp dir on CI
1 parent 888a354 commit 7435fe5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/flake-check.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ jobs:
3434
strategy:
3535
matrix:
3636
template: ${{ fromJSON(needs.find-templates.outputs.templates) }}
37-
exclude:
38-
- template: "unflake"
3937
steps:
40-
- uses: wimpysworld/nothing-but-nix@main
38+
- uses: wimpysworld/nothing-but-nix@main
4139
- uses: cachix/install-nix-action@v31
4240
- uses: DeterminateSystems/magic-nix-cache-action@main
4341
- run: |
@@ -94,7 +92,7 @@ jobs:
9492
needs: [dev]
9593
name: Check nixlock
9694
runs-on: ubuntu-latest
97-
# if: ${{ contains(github.event.pull_request.labels.*.name, 'unflake') }}
95+
if: ${{ contains(github.event.pull_request.labels.*.name, 'nixlock') }}
9896
env:
9997
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"
10098
steps:

0 commit comments

Comments
 (0)