Skip to content

Commit

Permalink
Merge pull request #246 from admiral0/patch-1
Browse files Browse the repository at this point in the history
Do not expand path var during decky installation
  • Loading branch information
K900 authored Dec 10, 2023
2 parents fb984b3 + 29abfcd commit ad708a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/decky-loader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ let
mkdir $out/bin
cat << EOF >$out/bin/decky-loader
#!/bin/sh
export PATH=${pythonEnv}/bin:$PATH
export PATH=${pythonEnv}/bin:\$PATH
export DECKY_VERSION=v${version}
exec ${pythonEnv}/bin/python3 $out/lib/decky-loader/main.py
EOF
Expand Down

0 comments on commit ad708a4

Please sign in to comment.