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: 51e63b550d7f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c55af95e8fe7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 30, 2020

  1. gotify-server: fix UI delivery

    After bisecting `nixpkgs-master` I realized that the usage of
    `-trimpath`[0] by default for Go modules[1] is responsible for breaking UI
    delivery of `gotify-server`[2].
    
    This behavior can only be turned off by setting `allowGoReference` to
    `true`.
    
    We may want to find a better long-term fix, but given that this only
    affects a leaf-package and actually fixes the problem, this is good
    enough for now.
    
    Fixes #105472
    
    [0] https://golang.org/doc/go1.13#go-command
    [1] 4e9f7bb
    [2] https://hydra.nixos.org/build/131660876
    Ma27 committed Nov 30, 2020
    Copy the full SHA
    c55af95 View commit details
    Browse the repository at this point in the history