about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-08-01 18:34:34 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-08-01 18:34:34 +0200
commitaa815c4b758c49fd69584d9f675ad0ae755af809 (patch)
tree51b82db26b363f6f401e0acf252d86b1393df690 /release.nix
parent886cf96f68172021d0ac9f8fbe32e4085b7487bb (diff)
release: Add preliminary test for i3 module.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
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 ceaad6c8..52126c8c 100644
--- a/release.nix
+++ b/release.nix
@@ -4,4 +4,8 @@ with import <nixpkgs/lib>;
   machines = mapAttrs (name: configuration: (import <nixpkgs/nixos> {
     inherit configuration;
   }).system) (import ./network.nix);
+
+  tests = {
+    i3 = import ./tests/i3.nix { system = "x86_64-linux"; };
+  };
 }