about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2024-06-18 16:32:49 +0800
committerAaron Jheng <wentworth@outlook.com>2024-06-18 16:33:02 +0800
commit7c1f53909e4741d2133c006a2fe5fb4c900c57db (patch)
treea6286f959e6b84d27d155a5ffc56858555e54757 /pkgs/top-level
parenta9b494b6bcc31b6df8459b307448103412270006 (diff)
unparam: unstable-2023-03-12 -> 0-unstable-2024-05-28
https://github.com/mvdan/unparam/compare/e84e2d14e3b88193890ff95d72ecb81312f36589...8a5130ca722ffad18c95cc467b561f1668b9b0d2
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 38c65b8f36c05..9c974b885729b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6721,9 +6721,7 @@ with pkgs;
 
   unionfs-fuse = callPackage ../tools/filesystems/unionfs-fuse { };
 
-  unparam = callPackage ../tools/misc/unparam {
-    buildGoModule = buildGo121Module;
-  };
+  unparam = callPackage ../tools/misc/unparam { };
 
   inherit (nodePackages) uppy-companion;