Skip to content

Commit 024fd0e

Browse files
simd: enable experimental-features just in case
1 parent cd2b99c commit 024fd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/simd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ in
1111
default = null;
1212
description = ''
1313
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``
14+
Can be determined with: ``nix --extra-experimental-features "flakes nix-command" shell nixpkgs#gcc -c gcc -march=native -Q --help=target | grep march``
1515
'';
1616
};
1717
};

0 commit comments

Comments
 (0)