From 685e9f8469c12a38f2d32d4468ff575ad78f1386 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 9 Feb 2026 10:05:01 -0600 Subject: Another attempt to fix the tex path --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4929637..98c8949 100644 --- a/flake.nix +++ b/flake.nix @@ -25,11 +25,9 @@ ]; paths = [ pkgs.rubber - ] ++ texPath; + ]; postBuild = '' - for x in $out/bin/*; do - wrapProgram "$x" --prefix PATH : ${pkgs.lib.makeBinPath paths} - done + wrapProgram "$out/bin/rubber-pipe" --set PATH : ${pkgs.lib.makeBinPath texPath} ''; }; -- cgit v1.2.3