Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f5fdc6b240eb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 57f00c045972
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 13, 2020

  1. lefthook: use go 1.14 to build

    Due to some changes in `go` from 1.14 to 1.15 the lefthook tool
    currently can't start external programs and errors each test it tries
    to run, making it effectively useless.
    
    This is a temporary fix to make `lefthook` usable again until the
    upstream issue was fixed and a new release has been cut.
    
    Upstream issue: evilmartians/lefthook#151
    NobbZ committed Sep 13, 2020
    Copy the full SHA
    4312e24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97917 from NobbZ/lefthook-go-114

    lefthook: use go 1.14 to build
    marsam committed Sep 13, 2020
    Copy the full SHA
    57f00c0 View commit details
    Browse the repository at this point in the history