summaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 29a2eae..8a6b157 100644
--- a/release.nix
+++ b/release.nix
@@ -3,5 +3,9 @@
{
containerTarball = (import <nixpkgs/nixos/release.nix> {})
.containerTarball.x86_64-linux;
+
+ tests = {
+ common = import tests/common.nix;
+ };
}