mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
grafana-alloy: add nixosTests.alloy to passthru
This commit is contained in:
parent
c12da48755
commit
aa52f15fff
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, fixup-yarn-lock
|
||||
, nodejs
|
||||
, grafana-alloy
|
||||
, nixosTests
|
||||
, nix-update-script
|
||||
, installShellFiles
|
||||
, testers
|
||||
|
@ -103,6 +104,7 @@ buildGoModule rec {
|
|||
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit (nixosTests) alloy;
|
||||
version = testers.testVersion {
|
||||
version = "v${version}";
|
||||
command = "${lib.getExe grafana-alloy} --version";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue