From 101ab28b9b959f2ffe8fe5589835ac0d55c9031d Mon Sep 17 00:00:00 2001 From: xeals Date: Fri, 21 Mar 2025 12:00:08 +1100 Subject: [PATCH] thor: prefer local build --- pkgs/by-name/th/thor/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/th/thor/package.nix b/pkgs/by-name/th/thor/package.nix index f51852b..ec4b079 100644 --- a/pkgs/by-name/th/thor/package.nix +++ b/pkgs/by-name/th/thor/package.nix @@ -24,6 +24,9 @@ buildDotnetModule rec { mv $out/bin/TheAirBlow.Thor.Shell $out/bin/thor ''; + # dotnet7 is unsupported but it still runs fine; just don't build it in CI. + # https://github.com/Samsung-Loki/Thor/issues/23 + preferLocalBuild = true; meta = { homepage = "https://github.com/Samsung-Loki/Thor"; description = "An alternative to Heimdall";