fix(dotnet): fix DOTNET_ROOT
This commit is contained in:
parent
9790d77cac
commit
f6babb6893
|
@ -3,9 +3,9 @@
|
||||||
with pkgs;
|
with pkgs;
|
||||||
let
|
let
|
||||||
dotnet-combined = with dotnetCorePackages; combinePackages [ sdk_3_1 sdk_2_1 ];
|
dotnet-combined = with dotnetCorePackages; combinePackages [ sdk_3_1 sdk_2_1 ];
|
||||||
dotnetRoot = "${dotnet-combined}/bin";
|
dotnetRoot = "${dotnet-combined}";
|
||||||
dotnetSdk = "${dotnet-combined}/sdk";
|
dotnetSdk = "${dotnet-combined}/sdk";
|
||||||
dotnetBinary = "${dotnetRoot}/dotnet";
|
dotnetBinary = "${dotnetRoot}/bin/dotnet";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
Loading…
Reference in a new issue