mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
10 lines
321 B
Markdown
10 lines
321 B
Markdown
|
# Derivation on-disk "ATerm" format
|
||
|
|
||
|
For historical reasons, [derivations](@docroot@/glossary.md#gloss-store-derivation) are stored on-disk in [ATerm](https://homepages.cwi.nl/~daybuild/daily-books/technology/aterm-guide/aterm-guide.html) format.
|
||
|
|
||
|
Derivations are serialised in the following format:
|
||
|
|
||
|
```
|
||
|
Derive(...)
|
||
|
```
|