From 9a9268f8cccc05ad711f281dfcf46e8960b9b612 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 5 May 2026 22:42:17 -0400 Subject: [PATCH] Disable shipwright. The hash is not matching, so the build is broken. --- 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 9477bf8f..c176469c 100644 --- a/nix/configuration/hosts/odo/default.nix +++ b/nix/configuration/hosts/odo/default.nix @@ -164,7 +164,7 @@ me.zsh.enable = true; me.sm64ex.enable = true; - me.shipwright.enable = true; + 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 e087e34a..4e8a39ae 100644 --- a/nix/configuration/hosts/quark/default.nix +++ b/nix/configuration/hosts/quark/default.nix @@ -159,7 +159,7 @@ me.zsh.enable = true; me.sm64ex.enable = true; - me.shipwright.enable = true; + me.shipwright.enable = false; me.ship2harkinian.enable = true; }; }