mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
14 lines
281 B
Markdown
14 lines
281 B
Markdown
|
R"(
|
||
|
|
||
|
**Store URL format**: `dummy://`
|
||
|
|
||
|
This store type represents a store that contains no store paths and
|
||
|
cannot be written to. It's useful when you want to use the Nix
|
||
|
evaluator when no actual Nix store exists, e.g.
|
||
|
|
||
|
```console
|
||
|
# nix eval --store dummy:// --expr '1 + 2'
|
||
|
```
|
||
|
|
||
|
)"
|