mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
headscale: add nixos test to passthru.tests
This commit is contained in:
parent
d18612fa7c
commit
9ad867674e
@ -3,6 +3,7 @@
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
nixosTests,
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "headscale";
|
||||
@ -31,6 +32,8 @@ buildGoModule rec {
|
||||
--zsh <($out/bin/headscale completion zsh)
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit (nixosTests) headscale; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/juanfont/headscale";
|
||||
description = "An open source, self-hosted implementation of the Tailscale control server";
|
||||
|
Loading…
Reference in New Issue
Block a user