From e9c34bcd5c69b680bee39f8b6a05b4d6c9a2ee2a Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 24 Aug 2023 14:12:34 +0200 Subject: Fix(hm/conf/lf/commands): Remove rename cmd as it fails on piped stdout --- home-manager/soispha/config/lf/commands/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-manager/soispha/config/lf/commands/default.nix b/home-manager/soispha/config/lf/commands/default.nix index 9eba1a98..a915a21c 100644 --- a/home-manager/soispha/config/lf/commands/default.nix +++ b/home-manager/soispha/config/lf/commands/default.nix @@ -197,11 +197,15 @@ in { file = ./scripts/set_wall_paper; dependencies = []; }; + /* + FIXME + The c code fails, when stdout/-in is piped. rename = '' %{{ ${lf_rename.packages."${system}".default}/bin/rename }} ''; + */ stripspace = pipe { file = ./scripts/stripspace; dependencies = []; -- cgit 1.4.1