From 0c8b8232c27d990dbc9a0c77ae1a11e2fc27c9c2 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 22 Apr 2026 11:46:37 -0400 Subject: [PATCH] yarn: disable steamos-mandatory-update --- hosts/yarn/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/yarn/default.nix b/hosts/yarn/default.nix index 5371032..a9e6ff7 100644 --- a/hosts/yarn/default.nix +++ b/hosts/yarn/default.nix @@ -189,7 +189,7 @@ installPhase = '' mkdir -p $out/bin ln -s ${steamos-update-script} $out/bin/steamos-update - ln -s ${steamos-update-script} $out/bin/steamos-mandatory-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'