File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 hash = "sha256-rG1cZvOV0vYb1dETOzzbJ0asYdE039UZImobXZfKIno=" ;
5858 } ;
5959 cargoHash = "sha256-AEigcEc5wiBd3zLqWN/2HSbkfOVFneAqNvg9HsouZf4=" ;
60- cargoBuildFlags = [ "-p" "rustc_codegen_spirv" "--features=use-installed -tools" "--no-default-features" ] ;
60+ cargoBuildFlags = [ "-p" "rustc_codegen_spirv" "--features=use-compiled -tools" "--no-default-features" ] ;
6161 doCheck = false ;
6262 } ) ;
6363 rustGpuCargo = pkgs . writeShellScriptBin "cargo" ''
7373
7474 exec ${ rustGPUToolchainPkg } /bin/cargo ${ "\ ${filtered_args[@]}" }
7575 '' ;
76- rustGpuPathOverride = "${ rustGpuCargo } /bin:${ rustGPUToolchainPkg } /bin: ${ pkgs . spirv-tools } /bin " ;
76+ rustGpuPathOverride = "${ rustGpuCargo } /bin:${ rustGPUToolchainPkg } /bin" ;
7777
7878 libcef = pkgs . libcef . overrideAttrs ( finalAttrs : previousAttrs : {
7979 version = "139.0.17" ;
You can’t perform that action at this time.
0 commit comments