thor: prefer local build
This commit is contained in:
parent
d2e3803d2d
commit
101ab28b9b
@ -24,6 +24,9 @@ buildDotnetModule rec {
|
|||||||
mv $out/bin/TheAirBlow.Thor.Shell $out/bin/thor
|
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 = {
|
meta = {
|
||||||
homepage = "https://github.com/Samsung-Loki/Thor";
|
homepage = "https://github.com/Samsung-Loki/Thor";
|
||||||
description = "An alternative to Heimdall";
|
description = "An alternative to Heimdall";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user