blob: e568e578476f9746aba539436ace16a204b91593 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Synthetic integration tests for "real" nix stores and substituters
Usage
---
```console
$ nix build .#nixosTests.diamond-unbuilt-2
```
Development
---
The `.#nixosTests` attrset is defined in [`all-tests.nix`](./all-tests.nix).
In [dsl.nix](./dsl.nix) we define the helper for generating NixOS tests from DAGs.
|