linuxPackages.nvidia_x11.persistenced: fix eval (#514609)

This commit is contained in:
Gaétan Lepage 2026-04-29 07:18:49 +00:00 committed by GitHub
commit 01f5f4e8a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation {
stdenv.cc.cc.lib
];
makeFlags = nvidia_x11.makeFlags ++ [ "DATE=true" ];
makeFlags = nvidia_x11.passthru.mod.makeFlags ++ [ "DATE=true" ];
installFlags = [ "PREFIX=$(out)" ];