From 32a252e9a45a05904fb912a83590388c33b5ed4f Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 22 Jul 2021 00:05:28 +0200 Subject: [PATCH] Fix Typo and removePrefix Signed-off-by: Philipp --- default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index 7a3d160..77fce8d 100644 --- a/default.nix +++ b/default.nix @@ -75,7 +75,7 @@ let mkdir -p "$launcherCachePers" "$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/" ln -s "$launcherCachePers" "$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/" - ${lib.optionalString captureMouse ("${regEdit} ${captureMouseReg.text}")} + ${lib.optionalString captureMouse "${regEdit} ${captureMouseReg.text}"} #apply custom user registry files ${lib.concatMapStrings (x: "${regEdit} " + x + "\n") registryFiles} @@ -157,8 +157,8 @@ let --clean) clean ;; - --removePrefix) - cleanPrefix + --remove-prefix) + removePrefix ;; --run-game|"") runGame