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
remove ignored files
oeiuwq.com
3 weeks ago
78c35e32
c90c094d
1/1
mirror.yml
success
3s
+26
-17
3 changed files
expand all
collapse all
unified
split
docs
node_modules
.vite
deps
_metadata.json
package.json
src
components
Ad.astro
-8
docs/node_modules/.vite/deps/_metadata.json
reviewed
···
1
1
-
{
2
2
-
"hash": "f68e01cf",
3
3
-
"configHash": "1d81e718",
4
4
-
"lockfileHash": "e3b0c442",
5
5
-
"browserHash": "d917ec6f",
6
6
-
"optimized": {},
7
7
-
"chunks": {}
8
8
-
}
-3
docs/node_modules/.vite/deps/package.json
reviewed
···
1
1
-
{
2
2
-
"type": "module"
3
3
-
}
+26
-6
docs/src/components/Ad.astro
reviewed
···
12
12
<LinkButton href="https://dendritic.oeiuwq.com/sponsor" variant="primary">Become a Sponsor</LinkButton>
13
13
14
14
<p class="description">
15
15
-
flake-file is part of <a href="https://dendritic.oeiuwq.com">@vic's Dendritic Ecosystem</a> — made with love and maintained with passion.
15
15
+
import-tree is part of <a href="https://dendritic.oeiuwq.com">@vic's Dendritic Ecosystem</a> — made with love and maintained with passion.
16
16
</p>
17
17
18
18
<ul class="ecosystem">
19
19
-
<li><a href="https://github.com/vic/flake-file">flake-file</a></li>
20
19
<li><a href="https://github.com/vic/flake-aspects">flake-aspects</a></li>
20
20
+
<li><a href="https://github.com/vic/flake-file">flake-file</a></li>
21
21
<li><a href="https://github.com/vic/with-inputs">with-inputs</a></li>
22
22
<li><a href="https://github.com/vic/den">den</a></li>
23
23
<li><a href="https://github.com/vic/denful">denful</a></li>
···
43
43
transform: translateY(-2px);
44
44
}
45
45
46
46
+
.content * {
47
47
+
color: var(--sl-color-fg);
48
48
+
}
49
49
+
46
50
.content {
47
47
-
color: white;
48
51
text-align: center;
49
52
}
50
53
54
54
+
.content:hover * {
55
55
+
color: white;
56
56
+
}
57
57
+
58
58
+
.content a:link {
59
59
+
color: inherit;
60
60
+
}
61
61
+
62
62
+
.content a.primary:link {
63
63
+
color: var(--sl-color-bg);
64
64
+
}
65
65
+
66
66
+
.content a.primary:visited {
67
67
+
color: var(--sl-color-bg);
68
68
+
}
69
69
+
70
70
+
.content a:visited {
71
71
+
color: inherit;
72
72
+
}
73
73
+
51
74
.header {
52
75
display: flex;
53
76
align-items: center;
···
84
107
}
85
108
86
109
.description a {
87
87
-
color: white;
88
110
font-weight: 600;
89
111
text-decoration: underline;
90
112
text-decoration-thickness: 2px;
···
113
135
}
114
136
115
137
.ecosystem a {
116
116
-
color: white;
117
138
text-decoration: none;
118
139
font-weight: 500;
119
140
transition: opacity 0.2s;
···
129
150
align-items: center;
130
151
gap: 0.5rem;
131
152
background: rgba(255, 255, 255, 0.25);
132
132
-
color: white;
133
153
padding: 0.875rem 1.75rem;
134
154
border-radius: 0.75rem;
135
155
font-weight: 600;