Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. with import <nixpkgs> {};
  2. clangStdenv.mkDerivation {
  3. name = "vulkan_env";
  4. buildInputs = [ clang_5 llvm_5 lldb_5 clang-tools cmake gnumake qtcreator
  5. mesa_noglu vulkan-loader xorg.libxcb xorg.xcbutil xorg.libX11 xorg.libpciaccess
  6. xorg.libXrandr xorg.libXpresent libxkbcommon libpng graphviz python2Full ];
  7. shellHook = ''
  8. source /home/wolfcub/src/VulkanSDK/1.1.70.1/setup-env.sh
  9. '';
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement