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 444b84a commit 5fdf6a6Copy full SHA for 5fdf6a6
1 file changed
pkgs/tools/virtualization/google-compute-engine-oslogin/default.nix
@@ -1,10 +1,11 @@
1
{ stdenv
2
, lib
3
-, fetchFromGitHub
+, bashInteractive
4
, curl
5
+, fetchFromGitHub
6
, json_c
7
+, nixosTests
8
, pam
-, bashInteractive
9
}:
10
11
stdenv.mkDerivation rec {
@@ -42,6 +43,10 @@ stdenv.mkDerivation rec {
42
43
44
enableParallelBuilding = true;
45
46
+ passthru.tests = {
47
+ inherit (nixosTests) google-oslogin;
48
+ };
49
+
50
meta = with stdenv.lib; {
51
homepage = "https://github.com/GoogleCloudPlatform/compute-image-packages";
52
description = "OS Login Guest Environment for Google Compute Engine";
0 commit comments