22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-05-28 20:10:47 +02:00

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

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``
'';
};
};