mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General] Remove "localSystem" definition as it is not used at all
This commit is contained in:
parent
36ca6d82e4
commit
36500ababe
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue