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 1146c44 commit be4ad2dCopy full SHA for be4ad2d
pkgs/by-name/gr/grafana-loki/package.nix
@@ -4,6 +4,7 @@
4
buildGoModule,
5
fetchFromGitHub,
6
makeWrapper,
7
+ nix-update-script,
8
nixosTests,
9
systemd,
10
testers,
@@ -42,12 +43,16 @@ buildGoModule rec {
42
43
--prefix LD_LIBRARY_PATH : "${lib.getLib systemd}/lib"
44
'';
45
- passthru.tests = {
46
- inherit (nixosTests) loki;
47
- version = testers.testVersion {
48
- command = "loki --version";
49
- package = grafana-loki;
+ passthru = {
+ tests = {
+ inherit (nixosTests) loki;
+ version = testers.testVersion {
50
+ command = "loki --version";
51
+ package = grafana-loki;
52
+ };
53
};
54
+
55
+ updateScript = nix-update-script { };
56
57
58
ldflags =
0 commit comments