summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-07-03 13:42:55 -0700
committerIrene Knapp <ireneista@irenes.space>2026-07-03 13:42:55 -0700
commit842565c5def7b446a509f13c31d98d6735ff6777 (patch)
tree393a8b6d93422183e78ed2b3a0f416512580a352 /flake.nix
parent7749604e56cd95d3620a8bf800f9c565b90f136e (diff)
better managing of state
Force-Push: yes
Change-Id: I5a6982e0f8d06ff173fd31948dbd0f579b3d38ba
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 \