Skip to content

Commit 92d5c65

Browse files
Nix: Fix DESTDIR
1 parent fc82400 commit 92d5c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcsx-redux.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ in stdenv.mkDerivation {
159159
installFlags = [
160160
"install"
161161
(lib.optionalString withOpenbios "install-openbios")
162-
"DESTDIR=$out"
162+
"DESTDIR=$(out)"
163163
];
164164

165165
# TODO: learn how to use separate debug info

0 commit comments

Comments
 (0)