···138138 src = ./.;
139139140140 projectFile = "src/project.sln";
141141- nugetDeps = ./deps.nix; # File generated with `nix-build -A package.passthru.fetch-deps`.
141141+ # File generated with `nix-build -A package.passthru.fetch-deps`.
142142+ # To run fetch-deps when this file does not yet exist, set nugetDeps to null
143143+ nugetDeps = ./deps.nix;
142144143145 projectReferences = [ referencedProject ]; # `referencedProject` must contain `nupkg` in the folder structure.
144146