aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/dummy-store.md
blob: eb7b4ba0dd0457a2ec169e87b96d03f23a53bac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'
```

)"