mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
grafana: don't try to run a file that doesn't exist
I don't know why it worked before, but that file very much does not exist.
This commit is contained in:
parent
68f7ab65eb
commit
e205dddc33
@ -78,7 +78,6 @@ buildGoModule rec {
|
||||
GOARCH= CGO_ENABLED=0 go generate ./pkg/plugins/plugindef
|
||||
GOARCH= CGO_ENABLED=0 go generate ./kinds/gen.go
|
||||
GOARCH= CGO_ENABLED=0 go generate ./public/app/plugins/gen.go
|
||||
GOARCH= CGO_ENABLED=0 go generate ./pkg/kindsys/report.go
|
||||
# Setup node_modules
|
||||
export HOME="$(mktemp -d)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user