diff --git a/Makefile b/Makefile index 218639a31..f130357d3 100644 --- a/Makefile +++ b/Makefile @@ -1022,7 +1022,7 @@ nix-hledger-versions: $(call def-help,nix-hledger-versions, show versions of all @curl -s https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/development/haskell-modules/hackage-packages.nix | grep -A1 'pname = "hledger' make nix-view-commits: $(call def-help,nix-view-commits, show recent haskell commits in nixpkgs) - @open 'https://github.com/search?l=&o=desc&q=%22automatic+Haskell+package+set+update%22+repo%3ANixOS%2Fnixpkgs+filename%3Ahaskell-packages.nix&s=committer-date&type=Commits' + @open 'https://github.com/NixOS/nixpkgs/commits/master/pkgs/development/haskell-modules/hackage-packages.nix' ############################################################################### $(call def-help-subheading,MISCELLANEOUS:)