fix dotnet publish

This commit is contained in:
Vinzenz Schroeter 2023-12-16 15:33:20 +01:00
parent 61ba08a9bf
commit 0a9eed4fd2
2 changed files with 6 additions and 2 deletions

View file

@ -20,12 +20,18 @@ in {
gnumake
gcc
gdb
llvmPackages_latest.llvm
llvmPackages.clangUseLLVM
];
})
(lib.mkIf cfg.dotnet {
environment = {
systemPackages = with pkgs; [
dotnet-sdk_8
zlib zlib.dev
openssl
icu
];
variables = {
DOTNET_CLI_TELEMETRY_OPTOUT = "1";

View file

@ -14,8 +14,6 @@
screen
tldr
icu
];
};