dotnet-hook: fix substitution of null runtime (#556420)

This commit is contained in:
Vladimír Čunát
2026-08-25 15:43:10 +00:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
makeSetupHook {
name = "dotnet-hook";
substitutions = {
dotnetRuntime = dotnet-runtime;
dotnetRuntime = lib.defaultTo "" dotnet-runtime;
wrapperPath = lib.makeBinPath [
which
coreutils