diff --git a/config/profiles/rpi.nix b/config/profiles/rpi.nix index 0644af9..22e27a1 100644 --- a/config/profiles/rpi.nix +++ b/config/profiles/rpi.nix @@ -9,10 +9,6 @@ options snd_bcm2835 enable_headphones=1 ''; kernelParams = [ "snd_bcm2835.enable_hdmi=1" ]; - loader.raspberryPi.firmwareConfig = '' - dtparam=audio=on - dtparam=krnbt=on - ''; }; console.enable = false; diff --git a/pkgs/update-nixfiles/update-nixfiles.sh b/pkgs/update-nixfiles/update-nixfiles.sh index 02e6fbb..1e37534 100644 --- a/pkgs/update-nixfiles/update-nixfiles.sh +++ b/pkgs/update-nixfiles/update-nixfiles.sh @@ -23,7 +23,7 @@ merge_theirs () { test_build () { local build_jobs - build_jobs="$(curl --fail -s -L -H "Accept: application/json" "${JOBSET_URL}/latest-eval" | jq -r ".builds | .[]")" + build_jobs="$(curl --fail -s -L -H "Accept: application/json" "${JOBSET_URL}/evals" | jq -r ".evals | max_by(.id) | .builds | .[]")" for build in ${build_jobs}; do local build_status