There was an error while loading. Please reload this page.
1 parent 888a354 commit 7435fe5Copy full SHA for 7435fe5
1 file changed
.github/workflows/flake-check.yaml
@@ -34,10 +34,8 @@ jobs:
34
strategy:
35
matrix:
36
template: ${{ fromJSON(needs.find-templates.outputs.templates) }}
37
- exclude:
38
- - template: "unflake"
39
steps:
40
- - uses: wimpysworld/nothing-but-nix@main
+- uses: wimpysworld/nothing-but-nix@main
41
- uses: cachix/install-nix-action@v31
42
- uses: DeterminateSystems/magic-nix-cache-action@main
43
- run: |
@@ -94,7 +92,7 @@ jobs:
94
92
needs: [dev]
95
93
name: Check nixlock
96
runs-on: ubuntu-latest
97
- # if: ${{ contains(github.event.pull_request.labels.*.name, 'unflake') }}
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'nixlock') }}
98
env:
99
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"
100
0 commit comments