From 1cfc0a3203a484571633eb04dbf9973b9f168426 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 6 Apr 2020 12:55:58 +0200 Subject: [PATCH] sxhkd: add dummy package in tests --- tests/modules/services/sxhkd/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/modules/services/sxhkd/configuration.nix b/tests/modules/services/sxhkd/configuration.nix index 992c4b18..3c9d8b52 100644 --- a/tests/modules/services/sxhkd/configuration.nix +++ b/tests/modules/services/sxhkd/configuration.nix @@ -1,4 +1,4 @@ -{ config, ... }: { +{ config, pkgs, ... }: { config = { services.sxhkd = { enable = true; @@ -19,6 +19,9 @@ ''; }; + nixpkgs.overlays = + [ (self: super: { sxhkd = pkgs.writeScriptBin "dummy-sxhkd" ""; }) ]; + nmt.script = '' local sxhkdrc=home-files/.config/sxhkd/sxhkdrc