summary refs log tree commit diff
path: root/pkgs/build-support/vsenv/default.nix
blob: 689762535197fe15aa58ea0fe3ead17413ce2c63 (plain) (blame)
1
2
3
4
5
6
7
{stdenv, vs}:

{
  buildSolution = import ./build-solution.nix {
    inherit stdenv vs;
  };  
}