diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ pkgs.rubber ]; postBuild = '' - wrapProgram "$out/bin/rubber-pipe" --set PATH : ${pkgs.lib.makeBinPath texPath} + wrapProgram "$out/bin/rubber-pipe" --set PATH ${pkgs.lib.makeBinPath texPath} ''; }; |
