tangled
alpha
login
or
join now
oeiuwq.com
/
import-tree
2
fork
atom
Import all nix files in a directory tree. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
dendrix.oeiuwq.com/Dendritic.html
dendritic
inputs
2
fork
atom
overview
issues
pulls
pipelines
tangled
oeiuwq.com
4 months ago
a45d61ce
ca69d647
1/1
mirror.yml
success
3s
+13
-11
2 changed files
expand all
collapse all
unified
split
.github
workflows
tangled.yaml
.tangled
workflows
mirror.yml
-11
.github/workflows/tangled.yaml
reviewed
···
1
1
-
on:
2
2
-
workflow_dispatch:
3
3
-
push:
4
4
-
concurrency:
5
5
-
group: tangled
6
6
-
cancel-in-progress: true
7
7
-
jobs:
8
8
-
tangled:
9
9
-
uses: vic/vic/.github/workflows/tangled.yml@main
10
10
-
secrets:
11
11
-
TANGLED_SSH_KEY: ${{secrets.TANGLED_SSH_KEY}}
+13
.tangled/workflows/mirror.yml
reviewed
···
1
1
+
when:
2
2
+
- event: [ "push" ]
3
3
+
branch: [ "*" ]
4
4
+
engine: "nixery"
5
5
+
clone:
6
6
+
skip: true
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- gh
10
10
+
steps:
11
11
+
- name: mirror
12
12
+
command: gh -R vic/vic issue comment 3 -b import-tree
13
13
+