This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
let
|
||||
gcc.arch = "x86-64-v3";
|
||||
in {
|
||||
nix.settings.system-features = ["gccarch-${gcc.arch}"];
|
||||
nixpkgs.hostPlatform = {
|
||||
system = "x86_64-linux";
|
||||
inherit gcc;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user