···138 src = ./.;
139140 projectFile = "src/project.sln";
141- nugetDeps = ./deps.nix; # File generated with `nix-build -A package.passthru.fetch-deps`.
00142143 projectReferences = [ referencedProject ]; # `referencedProject` must contain `nupkg` in the folder structure.
144
···138 src = ./.;
139140 projectFile = "src/project.sln";
141+ # File generated with `nix-build -A package.passthru.fetch-deps`.
142+ # To run fetch-deps when this file does not yet exist, set nugetDeps to null
143+ nugetDeps = ./deps.nix;
144145 projectReferences = [ referencedProject ]; # `referencedProject` must contain `nupkg` in the folder structure.
146