We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2b99c commit 024fd0eCopy full SHA for 024fd0e
modules/simd.nix
@@ -11,7 +11,7 @@ in
11
default = null;
12
description = ''
13
Microarchitecture string for nixpkgs.hostPlatform.gcc.march and to generate system-features.
14
- Can be determined with: ``nix shell nixpkgs#gcc -c gcc -march=native -Q --help=target | grep march``
+ Can be determined with: ``nix --extra-experimental-features "flakes nix-command" shell nixpkgs#gcc -c gcc -march=native -Q --help=target | grep march``
15
'';
16
};
17
0 commit comments