summary refs log tree commit diff
path: root/nixos/tests/installed-tests/colord.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/installed-tests/colord.nix')
-rw-r--r--nixos/tests/installed-tests/colord.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/tests/installed-tests/colord.nix b/nixos/tests/installed-tests/colord.nix
new file mode 100644
index 00000000000..77e6b917fe6
--- /dev/null
+++ b/nixos/tests/installed-tests/colord.nix
@@ -0,0 +1,5 @@
+{ pkgs, makeInstalledTest, ... }:
+
+makeInstalledTest {
+  tested = pkgs.colord;
+}