wrap-terminal: fix eval

This commit is contained in:
Weijia Wang 2024-04-23 14:52:58 +02:00
parent 069df9cb6a
commit 0c4ac12c32
1 changed files with 2 additions and 2 deletions

View File

@ -65,9 +65,9 @@ linux = stdenv.mkDerivation (finalAttrs: {
mkdir $out
cp -r opt usr/* $out
'' ++ lib.optionalString waylandSupport ''
'' + lib.optionalString waylandSupport ''
wrapProgram $out/bin/warp-terminal --set WARP_ENABLE_WAYLAND 1
'' ++ ''
'' + ''
runHook postInstall
'';
});