From ba097beb17161ecd53b3a7c8424726a16529d73b Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 26 Jan 2020 11:30:32 +0100 Subject: [PATCH] tests: remove unnecessary user of `import` --- tests/modules/programs/rofi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/programs/rofi/default.nix b/tests/modules/programs/rofi/default.nix index b42b43e9..c18c3b0e 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; }