From 2469a8730da707bfbccfb855b83e5a154acd78cf Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 9 Feb 2026 10:15:14 -0600 Subject: Fixed dumb typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4c34558..b826f76 100644 --- a/flake.nix +++ b/flake.nix @@ -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} ''; }; -- cgit v1.2.3