[modrinth-nvidia] Fix build from update

This commit is contained in:
2024-12-06 15:04:06 -08:00
parent 4c779663df
commit 98ef9b1443

View File

@@ -7,7 +7,8 @@ pkgs.stdenv.mkDerivation {
dontBuild = true;
dontConfigure = true;
nativeBuildInputs = [ pkgs.makeWrapper ];
nativeBuildInputs = [ pkgs.makeWrapper
pkgs.modrinth-app ];
installPhase = ''
mkdir -p $out/bin