From 6eb7cd04e243a04bcd8a43a4a041c50335bd7beb Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 9 Apr 2021 02:33:15 +0200 Subject: add xce-unfederated version this is based on the xce-unfederated branch of the workadventure-xce repository [1], and requires some reworking of the general derivation code since it currently uses older package sets than the other versions. [1] https://github.com/workadventure-xce/workadventure-xce/tree/xce-unfederated --- maps/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'maps/default.nix') diff --git a/maps/default.nix b/maps/default.nix index 230b074..074d603 100644 --- a/maps/default.nix +++ b/maps/default.nix @@ -13,8 +13,7 @@ yarn2nix-moretea.mkYarnPackage rec { src = "${workadventuresrc}/maps"; - # NOTE: this is optional and generated dynamically if omitted - yarnNix = ./yarn.nix; + yarnNix = ./. + "/${waname}.nix"; nativeBuildInputs = [ makeWrapper ]; -- cgit v1.2.3