diff --git a/nix/lib/buildSpacebarDotnetModule.nix b/nix/lib/buildSpacebarDotnetModule.nix index 7b7c02aed..36b4c8ad4 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; } ) (