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

skip npins unflake for now

+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 53 steps: 53 54 - uses: actions/checkout@v4 54 55 - uses: wimpysworld/nothing-but-nix@main ··· 63 64 unflake: 64 65 name: Check unflake 65 66 runs-on: ubuntu-latest 67 + if: false # TODO: enable only if unflake code changed 66 68 steps: 67 69 - uses: actions/checkout@v4 68 70 - uses: wimpysworld/nothing-but-nix@main