summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2016-10-11 13:50:52 -0300
committerDavid McFarland <corngood@gmail.com>2016-11-13 12:44:27 -0400
commit6bf27c2caeb621472151c63fc33c4951ce0188d1 (patch)
tree21931c608dcbef57d1e34c17983c1e11e071139b /nixos/modules/config/system-path.nix
parente783cc90a092768d631559c9ee389269c1daad5e (diff)
downloadnixpkgs-6bf27c2caeb621472151c63fc33c4951ce0188d1.tar
nixpkgs-6bf27c2caeb621472151c63fc33c4951ce0188d1.tar.gz
nixpkgs-6bf27c2caeb621472151c63fc33c4951ce0188d1.tar.bz2
nixpkgs-6bf27c2caeb621472151c63fc33c4951ce0188d1.tar.lz
nixpkgs-6bf27c2caeb621472151c63fc33c4951ce0188d1.tar.xz
nixpkgs-6bf27c2caeb621472151c63fc33c4951ce0188d1.tar.zst
nixpkgs-6bf27c2caeb621472151c63fc33c4951ce0188d1.zip
vulkan-loader: allow validation layers to be enabled
The loader now uses XDK_DATA_DIRS to find drivers and layers.
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 775d0c39c4f..3ac5f634c7a 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -118,6 +118,7 @@ in
         "/share/terminfo"
         "/share/themes"
         "/share/vim-plugins"
+        "/share/vulkan"
       ];
 
     system.path = pkgs.buildEnv {