mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
sunshine: add NixOS test
This commit is contained in:
parent
dd2c6f1840
commit
c44ca35286
@ -4,6 +4,7 @@
|
||||
, autoPatchelfHook
|
||||
, makeWrapper
|
||||
, buildNpmPackage
|
||||
, nixosTests
|
||||
, cmake
|
||||
, avahi
|
||||
, libevdev
|
||||
@ -181,7 +182,10 @@ stdenv'.mkDerivation rec {
|
||||
install -Dm644 ../packaging/linux/${pname}.desktop $out/share/applications/${pname}.desktop
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./updater.sh;
|
||||
passthru = {
|
||||
tests.sunshine = nixosTests.sunshine;
|
||||
updateScript = ./updater.sh;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Sunshine is a Game stream host for Moonlight";
|
||||
|
Loading…
Reference in New Issue
Block a user