aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tweed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tweed.nix b/tweed.nix
index e3798c8..6f8e415 100644
--- a/tweed.nix
+++ b/tweed.nix
@@ -20,6 +20,6 @@ with (import <nixpkgs> {});
inherit fontconfig
freecad
libdrm
- xorg.libpciaccess
paraview;
+ inherit (xlibs) libpciaccess;
}