diff --git a/envs/spec-benchmark/shell.nix b/envs/spec-benchmark/shell.nix index 4a9af4a..c31a86f 100644 --- a/envs/spec-benchmark/shell.nix +++ b/envs/spec-benchmark/shell.nix @@ -3,7 +3,8 @@ }: let - specgcc = pkgs.gcc6; + # does it still work with the latest version? we had gcc6 before + specgcc = pkgs.gcc; fixWrapper = pkgs.runCommand "fix-wrapper" {} '' mkdir -p $out/bin