diff options
author | stuebinm | 2021-04-09 02:33:15 +0200 |
---|---|---|
committer | stuebinm | 2021-04-09 02:33:15 +0200 |
commit | 6eb7cd04e243a04bcd8a43a4a041c50335bd7beb (patch) | |
tree | d1632f8b7d134184eff1635e33538ad1d8b6e3a4 /back/default.nix | |
parent | 6e1bfd440fc2dcf115a543d45e293b2c1ef6c929 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | back/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/back/default.nix b/back/default.nix index 99ff78f..0568f6d 100644 --- a/back/default.nix +++ b/back/default.nix @@ -40,8 +40,7 @@ yarn2nix-moretea.mkYarnPackage rec { src = "${workadventuresrc}/back"; - # NOTE: this is optional and generated dynamically if omitted - yarnNix = ./yarn.nix; + yarnNix = ./. + "/${waname}.nix"; nativeBuildInputs = [ makeWrapper ]; |