summary refs log blame commit diff
path: root/pkgs/build-support/dotnetenv/default.nix
blob: 2389a479029417c3f3696c53db74af8e313a9eee (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                   
                                               


                            
    

                                                                                            
{stdenv, dotnetfx}:

{
  buildSolution = import ./build-solution.nix {
    inherit stdenv;
    dotnetfx = dotnetfx.pkg;
  };
    
  inherit (dotnetfx) assembly20Path wcfPath referenceAssembly30Path referenceAssembly35Path;
}