From 27b5c0c9ab0859639daa9e85633f9066d6b91ecc Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 9 Aug 2026 17:18:26 -0400 Subject: [PATCH] Disable build of sm64ex. --- nix/configuration/hosts/odo/default.nix | 2 +- nix/configuration/hosts/quark/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/configuration/hosts/odo/default.nix b/nix/configuration/hosts/odo/default.nix index 3e999ca..6d5396a 100644 --- a/nix/configuration/hosts/odo/default.nix +++ b/nix/configuration/hosts/odo/default.nix @@ -165,7 +165,7 @@ me.zrepl.enable = true; me.zsh.enable = true; - me.sm64ex.enable = true; + me.sm64ex.enable = false; me.shipwright.enable = false; me.ship2harkinian.enable = true; }; diff --git a/nix/configuration/hosts/quark/default.nix b/nix/configuration/hosts/quark/default.nix index 7c05ae1..18f41a8 100644 --- a/nix/configuration/hosts/quark/default.nix +++ b/nix/configuration/hosts/quark/default.nix @@ -159,7 +159,7 @@ me.zrepl.enable = true; me.zsh.enable = true; - me.sm64ex.enable = true; + me.sm64ex.enable = false; me.shipwright.enable = false; me.ship2harkinian.enable = true; };