summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-12 21:19:29 +0200
committerRory& <root@rory.gay>2026-04-12 21:19:29 +0200
commitafceef45b63aabdf764751e0c3171aa8b76a1269 (patch)
tree9f5b80ba36e793189f3c0bd54a2e7b00973d4455
parentCDN-CS: support passing a bin path as cdn worker -> forks a new proc (diff)
downloadserver-ts-afceef45b63aabdf764751e0c3171aa8b76a1269.tar.xz
nix: dont set __nugetDeps if nugetDeps isnt set
-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; } ) (