From cc09b607330385d6d81b9c47cf64a2442432e93f Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 20 Feb 2024 16:35:15 +0100 Subject: refactor(treewide): Add a `.sh` extension to shell scripts --- sys/svcs/xdg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/svcs/xdg/default.nix') diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix index 513e7a65..3229b97c 100644 --- a/sys/svcs/xdg/default.nix +++ b/sys/svcs/xdg/default.nix @@ -14,7 +14,7 @@ filechooser = { default_dir = "/tmp"; cmd = "${sysLib.writeShellScript { - src = ./scripts/lf_wrapper; + src = ./scripts/lf_wrapper.sh; name = "lf_wrapper"; keepPath = true; dependencies = with pkgs; [ -- cgit 1.4.1