nixos/ghostunnel: init

This commit is contained in:
Robert Hensing
2021-05-20 01:15:28 +02:00
parent 76993d0b76
commit dc9cb63de4
5 changed files with 351 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
buildGoModule,
fetchFromGitHub,
lib,
nixosTests,
}:
buildGoModule rec {
@@ -23,4 +24,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ roberth ];
};
passthru.tests.nixos = nixosTests.ghostunnel;
}