From 95c9314232bdebbff89f81ca3ab721e230290cec Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 11:27:01 +0100 Subject: build(treewide): Update flake and shell library --- hm/soispha/conf/yambar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/yambar/default.nix') diff --git a/hm/soispha/conf/yambar/default.nix b/hm/soispha/conf/yambar/default.nix index f5f17b4a..67a77d8f 100644 --- a/hm/soispha/conf/yambar/default.nix +++ b/hm/soispha/conf/yambar/default.nix @@ -13,7 +13,7 @@ dependencies, ... }: - sysLib.writeShellScriptWithLibrary { + sysLib.writeShellScript { name = "${builtins.baseNameOf file}"; src = file; dependencies = dependencies ++ (builtins.attrValues {inherit (pkgs) dash;}); -- cgit 1.4.1