22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-01 05:49:22 +02:00

Fix copy paste error

This commit is contained in:
Sandro Jäckel 2023-01-04 14:19:57 +01:00
parent 7e7c1b6c04
commit 61292640dd
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -20,7 +20,7 @@ in
nix.settings.system-features = lib.mkIf (cfg.arch != null) (libS.nix.gcc-system-features config.simd.arch);
nixpkgs.hostPlatform = lib.mkIf cfg.enable {
gcc.arch = config.sandro.simd.arch;
gcc.arch = config.simd.arch;
inherit (config.nixpkgs) system;
};
};