Loading pkgs/applications/networking/cluster/ssm-agent/default.nix +8 −4 Original line number Diff line number Diff line Loading @@ -8,9 +8,10 @@ , dmidecode , util-linux , bashInteractive , overrideEtc ? true , nix-update-script , testers , ssm-agent , overrideEtc ? true }: let Loading Loading @@ -131,10 +132,13 @@ buildGoPackage rec { wrapProgram $out/bin/amazon-ssm-agent --prefix PATH : ${bashInteractive}/bin ''; passthru.tests.version = testers.testVersion { passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = ssm-agent; command = "amazon-ssm-agent --version"; }; }; meta = with lib; { description = "Agent to enable remote management of your Amazon EC2 instance configuration"; Loading Loading
pkgs/applications/networking/cluster/ssm-agent/default.nix +8 −4 Original line number Diff line number Diff line Loading @@ -8,9 +8,10 @@ , dmidecode , util-linux , bashInteractive , overrideEtc ? true , nix-update-script , testers , ssm-agent , overrideEtc ? true }: let Loading Loading @@ -131,10 +132,13 @@ buildGoPackage rec { wrapProgram $out/bin/amazon-ssm-agent --prefix PATH : ${bashInteractive}/bin ''; passthru.tests.version = testers.testVersion { passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { package = ssm-agent; command = "amazon-ssm-agent --version"; }; }; meta = with lib; { description = "Agent to enable remote management of your Amazon EC2 instance configuration"; Loading