diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-09 10:05:01 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-09 10:05:01 -0600 |
| commit | 685e9f8469c12a38f2d32d4468ff575ad78f1386 (patch) | |
| tree | a811ce915cb1aa67aae86684f79f1cec97bba4d5 /flake.nix | |
| parent | 2242207606f3c4fe04935df7a9ba9bfd80ea8cea (diff) | |
| download | main-685e9f8469c12a38f2d32d4468ff575ad78f1386.tar main-685e9f8469c12a38f2d32d4468ff575ad78f1386.tar.gz main-685e9f8469c12a38f2d32d4468ff575ad78f1386.tar.bz2 main-685e9f8469c12a38f2d32d4468ff575ad78f1386.tar.lz main-685e9f8469c12a38f2d32d4468ff575ad78f1386.tar.xz main-685e9f8469c12a38f2d32d4468ff575ad78f1386.tar.zst main-685e9f8469c12a38f2d32d4468ff575ad78f1386.zip | |
Another attempt to fix the tex path
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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} ''; }; |
