about summary refs log tree commit diff
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 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"; };
+  };
 }