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
skip npins unflake for now
oeiuwq.com
3 weeks ago
6772f79c
b9522381
1/1
mirror.yml
success
2s
+2
1 changed file
expand all
collapse all
unified
split
.github
workflows
flake-check.yaml
+2
.github/workflows/flake-check.yaml
reviewed
···
49
49
npins:
50
50
name: Check npins
51
51
runs-on: ubuntu-latest
52
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
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