sunshine: add NixOS test
This commit is contained in:
parent
dd2c6f1840
commit
c44ca35286
@ -4,6 +4,7 @@
|
|||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, buildNpmPackage
|
, buildNpmPackage
|
||||||
|
, nixosTests
|
||||||
, cmake
|
, cmake
|
||||||
, avahi
|
, avahi
|
||||||
, libevdev
|
, libevdev
|
||||||
@ -181,7 +182,10 @@ stdenv'.mkDerivation rec {
|
|||||||
install -Dm644 ../packaging/linux/${pname}.desktop $out/share/applications/${pname}.desktop
|
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; {
|
meta = with lib; {
|
||||||
description = "Sunshine is a Game stream host for Moonlight";
|
description = "Sunshine is a Game stream host for Moonlight";
|
||||||
|
Loading…
Reference in New Issue
Block a user