js, wip net native aot

This commit is contained in:
Vinzenz Schroeter 2024-03-09 17:56:02 +01:00
parent d428940299
commit 99f553a4c6
4 changed files with 60 additions and 14 deletions

View file

@ -53,6 +53,25 @@ in {
enable = true;
languagePacks = ["en-US" "de"];
};
nix-ld = {
enable = true;
libraries = with pkgs; [
stdenv.cc.cc
zlib
zstd
curl
openssl
attr
libssh
bzip2
libxml2
acl
libsodium
util-linux
xz
systemd
];
};
};
networking = {
@ -86,17 +105,15 @@ in {
'';
};
environment = {
systemPackages = with pkgs; [
lm_sensors
environment.systemPackages = with pkgs; [
lm_sensors
# office
libreoffice-qt
hunspell
hunspellDicts.de-de
hunspellDicts.en-us-large
];
};
# office
libreoffice-qt
hunspell
hunspellDicts.de-de
hunspellDicts.en-us-large
];
nixpkgs.config.permittedInsecurePackages = [];