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

update at tmp dir on CI

+1 -3
+1 -3
.github/workflows/flake-check.yaml
··· 34 34 strategy: 35 35 matrix: 36 36 template: ${{ fromJSON(needs.find-templates.outputs.templates) }} 37 - exclude: 38 - - template: "unflake" 39 37 steps: 40 38 - uses: wimpysworld/nothing-but-nix@main 41 39 - uses: cachix/install-nix-action@v31 ··· 94 92 needs: [dev] 95 93 name: Check nixlock 96 94 runs-on: ubuntu-latest 97 - # if: ${{ contains(github.event.pull_request.labels.*.name, 'unflake') }} 95 + if: ${{ contains(github.event.pull_request.labels.*.name, 'nixlock') }} 98 96 env: 99 97 NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz" 100 98 steps: