;make: nix-view-commits: update url

This commit is contained in:
Simon Michael 2021-07-07 13:19:29 -10:00
parent a6cfc20e9d
commit 544bfd2090

View File

@ -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:)