simd: add nix shell to example command to make it copy and paste

This commit is contained in:
Sandro Jäckel 2023-03-24 11:05:13 +01:00
parent 29da58fd07
commit 3e7c992798
No known key found for this signature in database
GPG Key ID: B1763F8651144063
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ in
default = null;
description = ''
Microarchitecture string for nixpkgs.hostPlatform.gcc.march and to generate system-features.
Can be determined with: ``gcc -march=native -Q --help=target | grep march``
Can be determined with: ``nix shell nixpkgs#gcc -c gcc -march=native -Q --help=target | grep march``
'';
};
};