File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
hash = "sha256-rG1cZvOV0vYb1dETOzzbJ0asYdE039UZImobXZfKIno=" ;
58
58
} ;
59
59
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" ] ;
61
61
doCheck = false ;
62
62
} ) ;
63
63
rustGpuCargo = pkgs . writeShellScriptBin "cargo" ''
73
73
74
74
exec ${ rustGPUToolchainPkg } /bin/cargo ${ "\ ${filtered_args[@]}" }
75
75
'' ;
76
- rustGpuPathOverride = "${ rustGpuCargo } /bin:${ rustGPUToolchainPkg } /bin: ${ pkgs . spirv-tools } /bin " ;
76
+ rustGpuPathOverride = "${ rustGpuCargo } /bin:${ rustGPUToolchainPkg } /bin" ;
77
77
78
78
libcef = pkgs . libcef . overrideAttrs ( finalAttrs : previousAttrs : {
79
79
version = "139.0.17" ;
You can’t perform that action at this time.
0 commit comments