Commit e32e29f5 authored by isabel's avatar isabel Committed by Masum Reza
Browse files

wakapi: add nixosTest to passthru

parent a9be2d90
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildGoModule,
  fetchFromGitHub,
  nixosTests,
  nix-update-script,
}:
let
@@ -32,6 +33,7 @@ buildGoModule {
  ];

  passthru = {
    nixos = nixosTests.wakapi;
    updateScript = nix-update-script { };
  };