diff --git a/.doozer.json b/.doozer.json index d462fd73..6e02ed1d 100644 --- a/.doozer.json +++ b/.doozer.json @@ -1,14 +1,11 @@ { "targets": { "lib": { + "buildenv": "docker:devkitpro/devkita64", - "environment": { - "DEVKITPRO": "/opt/devkitpro", - }, - "buildcmd": [ - "sudo -E make -j${PARALLEL} install", + "sudo -E make -j${PARALLEL} -C nx install", "git clone --depth 1 https://github.com/switchbrew/switch-examples", "make -C switch-examples/" ]