Skip to content

Commit

Permalink
Merge pull request #301996 from aaronjheng/unparam
Browse files Browse the repository at this point in the history
unparam: fix build
  • Loading branch information
wegank authored Apr 9, 2024
2 parents a75bf4d + 48a3d1c commit c525b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6871,7 +6871,9 @@ with pkgs;

unionfs-fuse = callPackage ../tools/filesystems/unionfs-fuse { };

unparam = callPackage ../tools/misc/unparam { };
unparam = callPackage ../tools/misc/unparam {
buildGoModule = buildGo121Module;
};

inherit (nodePackages) uppy-companion;

Expand Down

0 comments on commit c525b57

Please sign in to comment.