7 lines
97 B
Nix
7 lines
97 B
Nix
{stdenv, vs}:
|
|
|
|
{
|
|
buildSolution = import ./build-solution.nix {
|
|
inherit stdenv vs;
|
|
};
|
|
}
|