mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
dotnet-hook: fix substitution of null runtime (#556420)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
makeSetupHook {
|
||||
name = "dotnet-hook";
|
||||
substitutions = {
|
||||
dotnetRuntime = dotnet-runtime;
|
||||
dotnetRuntime = lib.defaultTo "" dotnet-runtime;
|
||||
wrapperPath = lib.makeBinPath [
|
||||
which
|
||||
coreutils
|
||||
|
||||
Reference in New Issue
Block a user