Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mkNugetSource: Allow passing arbitrary stdenv.mkDerivation attrs
This allows things such as mkNugetSource { name = "foo-nuget-source"; deps = [ ... ]; meta = { hydraPlatforms = [ ]; }; }
- Loading branch information