···114114 then nugetDeps
115115 else mkNugetDeps {
116116 inherit name;
117117- nugetDeps = import nugetDeps;
118117 sourceFile = nugetDeps;
119118 }
120119 else throw "Defining the `nugetDeps` attribute is required, as to lock the NuGet dependencies. This file can be generated by running the `passthru.fetch-deps` script.";