From 3e7c992798d7fcf2cdfa0646a7348fef81033063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 24 Mar 2023 11:05:13 +0100 Subject: [PATCH] simd: add nix shell to example command to make it copy and paste --- modules/simd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/simd.nix b/modules/simd.nix index 5208ee5..cd81630 100644 --- a/modules/simd.nix +++ b/modules/simd.nix @@ -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`` ''; }; };