Build flags: Difference between revisions

imported>Eopb
m Fix path to configuration file
imported>Kquote03
updated to hostPlatform
Line 39: Line 39:
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, ... }:
{
{
     nixpkgs.localSystem = {
     nixpkgs.hostPlatform = {
       gcc.arch = "skylake";
       gcc.arch = "skylake";
       gcc.tune = "skylake";
       gcc.tune = "skylake";