tangled
alpha
login
or
join now
oeiuwq.com
/
flake-file
5
fork
atom
Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
dendrix.oeiuwq.com/Dendritic.html
dendritic
nix
inputs
5
fork
atom
overview
issues
1
pulls
pipelines
update at tmp dir on CI
oeiuwq.com
2 weeks ago
f18f9bad
888a354f
1/1
mirror.yml
success
3s
+1
-3
1 changed file
expand all
collapse all
unified
split
.github
workflows
flake-check.yaml
+1
-3
.github/workflows/flake-check.yaml
reviewed
···
34
34
strategy:
35
35
matrix:
36
36
template: ${{ fromJSON(needs.find-templates.outputs.templates) }}
37
37
-
exclude:
38
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
97
-
# if: ${{ contains(github.event.pull_request.labels.*.name, 'unflake') }}
95
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: