dotnetCorePackages: Fix combinePackages
example
This commit is contained in:
parent
94652b6a27
commit
6dd40fcf51
@ -4,9 +4,9 @@ let cli = builtins.head packages;
|
|||||||
in
|
in
|
||||||
assert lib.assertMsg ((builtins.length packages) != 0)
|
assert lib.assertMsg ((builtins.length packages) != 0)
|
||||||
''You must include at least one package, e.g
|
''You must include at least one package, e.g
|
||||||
`with dotnetCorePackages; combinePackages {
|
`with dotnetCorePackages; combinePackages [
|
||||||
packages = [ sdk_3_0 aspnetcore_2_1 ];
|
sdk_3_0 aspnetcore_2_1
|
||||||
};`'' ;
|
];`'' ;
|
||||||
buildEnv {
|
buildEnv {
|
||||||
name = "dotnet-core-combined";
|
name = "dotnet-core-combined";
|
||||||
paths = packages;
|
paths = packages;
|
||||||
|
Loading…
Reference in New Issue
Block a user