Loading pkgs/by-name/gr/grafana-loki/package.nix +10 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ buildGoModule, fetchFromGitHub, makeWrapper, nix-update-script, nixosTests, systemd, testers, Loading Loading @@ -42,7 +43,8 @@ buildGoModule rec { --prefix LD_LIBRARY_PATH : "${lib.getLib systemd}/lib" ''; passthru.tests = { passthru = { tests = { inherit (nixosTests) loki; version = testers.testVersion { command = "loki --version"; Loading @@ -50,6 +52,9 @@ buildGoModule rec { }; }; updateScript = nix-update-script { }; }; ldflags = let t = "github.com/grafana/loki/v3/pkg/util/build"; Loading Loading
pkgs/by-name/gr/grafana-loki/package.nix +10 −5 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ buildGoModule, fetchFromGitHub, makeWrapper, nix-update-script, nixosTests, systemd, testers, Loading Loading @@ -42,7 +43,8 @@ buildGoModule rec { --prefix LD_LIBRARY_PATH : "${lib.getLib systemd}/lib" ''; passthru.tests = { passthru = { tests = { inherit (nixosTests) loki; version = testers.testVersion { command = "loki --version"; Loading @@ -50,6 +52,9 @@ buildGoModule rec { }; }; updateScript = nix-update-script { }; }; ldflags = let t = "github.com/grafana/loki/v3/pkg/util/build"; Loading