[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; dontBuild = true;
dontConfigure = true; dontConfigure = true;
nativeBuildInputs = [ pkgs.makeWrapper ]; nativeBuildInputs = [ pkgs.makeWrapper
pkgs.modrinth-app ];
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin