google-compute-engine-oslogin: add test passthru
This commit is contained in:
parent
444b84a8fb
commit
5fdf6a6f92
@ -1,10 +1,11 @@
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, curl
|
||||
, json_c
|
||||
, pam
|
||||
, bashInteractive
|
||||
, curl
|
||||
, fetchFromGitHub
|
||||
, json_c
|
||||
, nixosTests
|
||||
, pam
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -42,6 +43,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) google-oslogin;
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/GoogleCloudPlatform/compute-image-packages";
|
||||
description = "OS Login Guest Environment for Google Compute Engine";
|
||||
|
Loading…
Reference in New Issue
Block a user