From 36500ababe1febf11741349b1ff4e7bb8a94239b Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Fri, 31 Mar 2023 21:14:59 +0200 Subject: [PATCH] [General] Remove "localSystem" definition as it is not used at all --- general.nix | 6 ------ 1 file changed, 6 deletions(-) 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;