nixy: enable switchNg; disable nix-ld
This commit is contained in:
parent
3380128587
commit
9b73aabd3c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user