diff --git a/general.nix b/general.nix index 64d8b5d..5b543bf 100644 --- a/general.nix +++ b/general.nix @@ -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;