diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2019-01-04 00:50:14 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2019-01-04 00:50:14 +0100 |
| commit | 462ec30cb3d42999ca2b3b452e356e7fef9de416 (patch) | |
| tree | 0d0087914cfb9b0ee66edce2ecffd5954842efe4 /release.nix | |
| parent | 458d09882eda36591da67521dce80b1874b776d8 (diff) | |
checks: add test for nix-gc user validation
Diffstat (limited to 'release.nix')
| -rw-r--r-- | release.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release.nix b/release.nix index fdef628..1147141 100644 --- a/release.nix +++ b/release.nix @@ -90,6 +90,7 @@ let examples.simple = genExample ./modules/examples/simple.nix; tests.activation-scripts = makeTest ./tests/activation-scripts.nix; + tests.checks-nix-gc = makeTest ./tests/checks-nix-gc.nix; tests.environment-path = makeTest ./tests/environment-path.nix; tests.launchd-setenv = makeTest ./tests/launchd-setenv.nix; tests.networking-hostname = makeTest ./tests/networking-hostname.nix; |
