aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/rofi/default.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-01-26 11:30:32 +0100
committerRobert Helgesson <robert@rycee.net>2020-01-26 11:30:32 +0100
commitba097beb17161ecd53b3a7c8424726a16529d73b (patch)
treea0404f697304c7c28ebc7b978fe1210c9224ba95 /tests/modules/programs/rofi/default.nix
parent1397570eea978b229efe839a340b7e862abf65ab (diff)
tests: remove unnecessary user of `import`
Diffstat (limited to '')
-rw-r--r--tests/modules/programs/rofi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/programs/rofi/default.nix b/tests/modules/programs/rofi/default.nix
index b42b43e949a..c18c3b0ed6a 100644
--- a/tests/modules/programs/rofi/default.nix
+++ b/tests/modules/programs/rofi/default.nix
@@ -1,3 +1,3 @@
{
- rofi-assert-on-both-theme-and-colors = import ./assert-on-both-theme-and-colors.nix;
+ rofi-assert-on-both-theme-and-colors = ./assert-on-both-theme-and-colors.nix;
}