We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc4da2 commit 5c6d52cCopy full SHA for 5c6d52c
pkgs/by-name/go/gotify-server/package.nix
@@ -19,12 +19,6 @@ buildGoModule rec {
19
hash = "sha256-9vIReA29dWf3QwUYEW8JhzF9o74JZqG4zGobgI+gIWE=";
20
};
21
22
- # With `allowGoReference = true;`, `buildGoModule` adds the `-trimpath`
23
- # argument for Go builds which apparently breaks the UI like this:
24
- #
25
- # server[780]: stat /var/lib/private/ui/build/index.html: no such file or directory
26
- allowGoReference = true;
27
-
28
vendorHash = "sha256-rs6EfnJT6Jgif2TR5u5Tp5/Ozn+4uhSapksyKFnQiCo=";
29
30
doCheck = false;
0 commit comments