Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic nix inputs

test for tags for CI npins and unflake (#65)

authored by oeiuwq.com and committed by

GitHub 8f44bbcb 6772f79c

+2 -2
+2 -2
.github/workflows/flake-check.yaml
··· 49 49 npins: 50 50 name: Check npins 51 51 runs-on: ubuntu-latest 52 - if: false # TODO: enable only if npins code changed 52 + if: ${{ contains(github.event.pull_request.labels.*.name, 'npins') }} 53 53 steps: 54 54 - uses: actions/checkout@v4 55 55 - uses: wimpysworld/nothing-but-nix@main ··· 64 64 unflake: 65 65 name: Check unflake 66 66 runs-on: ubuntu-latest 67 - if: false # TODO: enable only if unflake code changed 67 + if: ${{ contains(github.event.pull_request.labels.*.name, 'unflake') }} 68 68 steps: 69 69 - uses: actions/checkout@v4 70 70 - uses: wimpysworld/nothing-but-nix@main