Skip to content

Commit

Permalink
Merge pull request #27 from diniamo/fix-nix-package
Browse files Browse the repository at this point in the history
nix: fix wrapping
  • Loading branch information
Wraient authored Jan 22, 2025
2 parents 0c548cf + a152e7a commit fafd9ee
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 fafd9ee

Please sign in to comment.