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