mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
![Raphael Robatsch](/assets/img/avatar_default.png)
Add a test for buildDotnetModule's `projectReferences = [ ... ];` feature, which is currently unused and therefore untested in nixpkgs.
6 lines
83 B
Nix
6 lines
83 B
Nix
{ callPackage }:
|
|
|
|
{
|
|
project-references = callPackage ./project-references { };
|
|
}
|