loki: reference nixosTests
This commit is contained in:
parent
31a0b5dff6
commit
37a7436356
@ -1,4 +1,12 @@
|
|||||||
{ stdenv, lib, buildGoModule, fetchFromGitHub, makeWrapper, systemd, fetchpatch }:
|
{ stdenv
|
||||||
|
, lib
|
||||||
|
, buildGoModule
|
||||||
|
, fetchFromGitHub
|
||||||
|
, makeWrapper
|
||||||
|
, nixosTests
|
||||||
|
, systemd
|
||||||
|
, fetchpatch
|
||||||
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
@ -32,6 +40,8 @@ buildGoModule rec {
|
|||||||
--prefix LD_LIBRARY_PATH : "${lib.getLib systemd}/lib"
|
--prefix LD_LIBRARY_PATH : "${lib.getLib systemd}/lib"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = { inherit (nixosTests) loki; };
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user