Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Mephist0phel3s committed Jan 9, 2025
1 parent 89e378a commit 67f1bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/WarThunder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
#!/bin/bash
get_store_path() \
{echo $(dirname "$(dirname "$(dirname "$(readlink -f "$(which launcher)")")")"""}
{dirname "$(dirname "$(readlink -f "$(which launcher)")")"}
export STORE_PATH=$(get_store_path)
Expand Down

0 comments on commit 67f1bff

Please sign in to comment.