File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 wayland
3838 pkg-config
3939 libclang
40+ vulkan-loader
41+ mesa
4042 ] ;
43+ driverIcdPath = "${ pkgs . mesa } /share/vulkan/icd.d" ;
44+ icdArch =
45+ if system == "x86_64-linux"
46+ then "x86_64"
47+ else if system == "aarch64-linux"
48+ then "aarch64"
49+ else "x86_64" ;
4150 in
4251 pkgs . mkShell {
4352 inputsFrom = builtins . attrValues self' . packages ;
5160 ] ;
5261 LD_LIBRARY_PATH = libPath ;
5362 LIBCLANG_PATH = "${ pkgs . libclang . lib } /lib" ;
63+ VK_ICD_FILENAMES = "${ driverIcdPath } /radeon_icd.${ icdArch } .json:${ driverIcdPath } /intel_icd.${ icdArch } .json" ;
5464 } ;
5565
5666 packages = let
Original file line number Diff line number Diff line change 4545
4646 cargoLock = {
4747 inherit lockFile ;
48- outputHashes = {
49- "cryoglyph-0.1.0" = "sha256-Jc+rhzd5BIT7aYBtIfsBFFKkGChdEYhDHdYGiv4KE+c=" ;
50- "dpi-0.1.1" = "sha256-pQn1lCFSJMkjUfHoggEzMHnm5k+Chnzi5JEDjahnjUA=" ;
51- "iced-0.14.0-dev" = "sha256-xPTbJw/Zmk2+x/Ojc5Px0LVW8sSxCKggrg3N/O7BBBo=" ;
52- } ;
5348 } ;
5449
5550 copyLibs = true ;
Original file line number Diff line number Diff line change 4747 cargoLock = {
4848 inherit lockFile ;
4949 outputHashes = {
50- "cryoglyph-0.1.0" = "sha256-Jc+rhzd5BIT7aYBtIfsBFFKkGChdEYhDHdYGiv4KE+c=" ;
51- "dpi-0.1.1" = "sha256-pQn1lCFSJMkjUfHoggEzMHnm5k+Chnzi5JEDjahnjUA=" ;
52- "iced-0.14.0-dev" = "sha256-xPTbJw/Zmk2+x/Ojc5Px0LVW8sSxCKggrg3N/O7BBBo=" ;
53- "iced_exdevtools-0.14.0-dev" = "sha256-EJ9G4EERnJhJ0vhGny8oZC77E2lNzF1y1iCvHhrYsNo=" ;
54- "oxiced-0.5.1" = "sha256-HpG1SaY+ejwc23N3LFq8gW3A4uqlcwRbumstHrR8XxM=" ;
50+ "oxiced-0.5.1" = "sha256-XZfjeMqjCVLG89z6XN/Gkb77bUHaQvzD3yJq6eWXgGo=" ;
5551 } ;
5652 } ;
5753
You can’t perform that action at this time.
0 commit comments