Skip to content

Commit

Permalink
nix: fix wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
diniamo committed Jan 22, 2025
1 parent 0c548cf commit a152e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in
nativeBuildInputs = [makeBinaryWrapper];
vendorHash = null;

postPatch = optionalString (builtins.length path > 0) ''
postFixup = optionalString (builtins.length path > 0) ''
wrapProgram $out/bin/curd --prefix PATH : ${lib.makeBinPath path}
'';

Expand Down

0 comments on commit a152e7a

Please sign in to comment.