digraph "Guix shepherd-service" { "user-file-systems" [label = "user-file-systems", shape = box, fontname = Helvetica]; "user-processes" -> "user-file-systems" [color = cyan3]; "user-processes" [label = "user-processes", shape = box, fontname = Helvetica]; "nscd" -> "user-processes" [color = magenta]; "guix-daemon" -> "user-processes" [color = blue]; "urandom-seed" -> "user-processes" [color = dimgrey]; "syslogd" -> "user-processes" [color = darkgoldenrod]; "term-tty6" -> "user-processes" [color = magenta]; "term-tty5" -> "user-processes" [color = red]; "term-tty4" -> "user-processes" [color = darkgoldenrod]; "term-tty3" -> "user-processes" [color = dimgrey]; "term-tty2" -> "user-processes" [color = darkviolet]; "term-tty1" -> "user-processes" [color = peachpuff4]; "networking" -> "user-processes" [color = dimgrey]; "nscd" [label = "nscd", shape = box, fontname = Helvetica]; "guix-daemon" [label = "guix-daemon", shape = box, fontname = Helvetica]; "urandom-seed" [label = "urandom-s
aboutsummaryrefslogtreecommitdiff
path: root/emacs/guix-geiser.el
blob: 0e6cc03a8419b09d95ffddb6942f214b2882af1b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56