summaryrefslogtreecommitdiff
path: root/issues/binderlite/use-root-file.gmi
blob: aa2978cf7937af751d2e3eaeed51d6f822583981 (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
# Guix: Using guix shell with root file

## Tags

* assigned: jgart
* type: unclear
* status: unclear
* priority: low
* keywords: guix, guix shell, root file

## Description

```
guix shell --root
```

 Let's benchmark and test these options to see if it helps the speed/times
 with building a new container.

```
-r, --root=FILE        make FILE a symlink to the result, and register it
                       as a garbage collector root
```                      

```
01/27/2022 | 06:47:42 PM  lfam: jgart: I would use the --root argument of `guix shell` to make sure the results aren't garbage collected
01/27/2022 | 06:47:51 PM  jgart: ah ok cool
01/27/2022 | 06:47:55 PM  lfam: You might also run the guix-daemon with the various --keep-[...] options
01/27/2022 | 06:48:17 PM  lfam: I mean the --gc-keep-[...] options
```