Skip to content

Commit 303ed11

Browse files
authored
Add vulkan-loader to system package map (#528)
1 parent ef09d6f commit 303ed11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/system-nixpkgs-map.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pkgs:
7575
icuuc = pkgs.icu;
7676
icui18n = pkgs.icu;
7777
icudata = pkgs.icu;
78+
vulkan = pkgs.vulkan-loader;
7879
}
7980
# -- windows
8081
// { advapi32 = null; gdi32 = null; imm32 = null; msimg32 = null;

0 commit comments

Comments
 (0)