nixpkgs/pkgs/build-support/dotnetenv/default.nix
2010-06-15 11:16:35 +00:00

11 lines
222 B
Nix

{stdenv, dotnetfx}:
{
buildSolution = import ./buildSolution.nix {
inherit stdenv;
dotnetfx = dotnetfx.pkg;
};
inherit (dotnetfx) assembly20Path wcfPath referenceAssembly30Path referenceAssembly35Path;
}