Add comment to make GC root

This commit is contained in:
Rodrigo Arias 2024-01-25 15:50:33 +01:00
parent 31ec3245e9
commit 0c2cfbe38d

View File

@ -11,3 +11,9 @@ Then run the boot script:
```
$ ./boot.sh
```
To prevent the GC from erasing the system:
```
$ nix build .#devShells.x86_64-linux.default --out-link result-env
```