Fix dotnet root

This commit is contained in:
2025-01-29 16:36:00 +01:00
parent 190e9eeb44
commit da9527ba20
+4
View File
@@ -136,6 +136,10 @@
pgformatter
sqlcmd
];
home.sessionVariables = {
DOTNET_ROOT = "${dotnet}/share/dotnet";
DOTNET_HOST_ROOT = "${dotnet}/share/dotnet";
};
})
];
};