diff options
author | Soispha <soispha@vhack.eu> | 2024-01-13 22:19:00 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-13 22:19:00 +0100 |
commit | 98b5114389c6d0fc35fcddf4df0723de51e5622c (patch) | |
tree | 7c8cb85684c7e9e07b996e4fa23b99a24ce855c7 /sys/svcs/xdg | |
parent | build(treewide): Update shell library (diff) | |
download | nixos-config-98b5114389c6d0fc35fcddf4df0723de51e5622c.tar.gz nixos-config-98b5114389c6d0fc35fcddf4df0723de51e5622c.zip |
fix(treewide): Comply with the shell library's new argument names
Diffstat (limited to 'sys/svcs/xdg')
-rw-r--r-- | sys/svcs/xdg/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix index f8e8f60f..513e7a65 100644 --- a/sys/svcs/xdg/default.nix +++ b/sys/svcs/xdg/default.nix @@ -16,7 +16,7 @@ cmd = "${sysLib.writeShellScript { src = ./scripts/lf_wrapper; name = "lf_wrapper"; - keep_path = true; + keepPath = true; dependencies = with pkgs; [ lf alacritty |