nixy: enable switchNg; disable nix-ld

This commit is contained in:
Asmir A 2025-05-25 20:50:57 +02:00
parent 3380128587
commit 9b73aabd3c
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -16,7 +16,7 @@ in
system.stateVersion = "23.05"; system.stateVersion = "23.05";
system.autoUpgrade.enable = false; system.autoUpgrade.enable = false;
system.switch = { system.switch = {
enable = false; enable = true;
enableNg = true; enableNg = true;
}; };
@ -237,7 +237,7 @@ in
binfmt = true; binfmt = true;
}; };
nix-ld = { nix-ld = {
enable = true; enable = false;
libraries = with pkgs; [ libraries = with pkgs; [
stdenv.cc.cc.lib stdenv.cc.cc.lib
zlib zlib