From 29e71fb1270d0ab905b8c649cc1c02012dfd7e77 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 16 Apr 2026 23:46:13 -0400 Subject: [PATCH] ??!?!?!??! --- system/system-yarn.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/system/system-yarn.nix b/system/system-yarn.nix index 4c34027..f74be6c 100644 --- a/system/system-yarn.nix +++ b/system/system-yarn.nix @@ -146,6 +146,13 @@ installPhase = '' mkdir -p $out/bin ln -s ${steamos-update-script} $out/bin/steamos-update + ln -s ${steamos-update-script} $out/bin/steamos-mandatory-update + + # jupiter-initial-firmware-update: no-op (not a real steam deck) + cat > $out/bin/jupiter-initial-firmware-update << 'STUB' + #!/bin/sh + exit 0 + STUB # steamos-reboot: reboot the system cat > $out/bin/steamos-reboot << 'STUB'