diff --git a/test/compilers/clang-openmp-ld.nix b/test/compilers/clang-openmp-ld.nix index 1b9f0bb..3f75d04 100644 --- a/test/compilers/clang-openmp-ld.nix +++ b/test/compilers/clang-openmp-ld.nix @@ -23,9 +23,6 @@ in stdenv.mkDerivation { dontUnpack = true; dontConfigure = true; - # nOS-V requires access to /sys/devices to request NUMA information - requiredSystemFeatures = [ "sys-devices" ]; - buildInputs = [ openmp ]; buildPhase = ''