summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 5a6b93f..702c355 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,8 +25,6 @@
         libxcursor
         libxi
         libxkbcommon
-        # mesa
-        # wayland
         vulkan-loader
       ];
   in {
@@ -38,6 +36,8 @@
 
         nativeBuildInputs = with pkgs; [ autoPatchelfHook ];
       }).overrideAttrs {
+        # This needs to apply only to the top-level derivation, not to the
+        # dependencies.
         preFixup = ''
           patchelf --add-needed libxkbcommon-x11.so \
                    --add-needed libvulkan.so.1 \