summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/lib/buildSpacebarDotnetModule.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/lib/buildSpacebarDotnetModule.nix b/nix/lib/buildSpacebarDotnetModule.nix

index 7b7c02ae..36b4c8ad 100644 --- a/nix/lib/buildSpacebarDotnetModule.nix +++ b/nix/lib/buildSpacebarDotnetModule.nix
@@ -43,7 +43,7 @@ pkgs.buildDotnetModule (pkgs.lib.recursiveUpdate }; } // { - __nugetDeps = args.nugetDeps; + __nugetDeps = if args ? nugetDeps then args.nugetDeps else null; } ) (