[General] Remove "localSystem" definition as it is not used at all

This commit is contained in:
Antoine Viallon 2023-03-31 21:14:59 +02:00
parent 36ca6d82e4
commit 36500ababe
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -119,12 +119,6 @@ in
];
nixpkgs.localSystem.system = builtins.currentSystem;
nixpkgs.localSystem.platform = lib.systems.platforms.pc // {
gcc.arch = cfg.cpuArch;
gcc.tune = cfg.cpuTune;
};
# zram is so usefull, we should always have it enabled.
zramSwap = {
enable = true;