aboutsummaryrefslogtreecommitdiff
path: root/tweed.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tweed.nix')
-rw-r--r--tweed.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/tweed.nix b/tweed.nix
index 6a45ee9..68193fe 100644
--- a/tweed.nix
+++ b/tweed.nix
@@ -17,6 +17,9 @@
with (import <nixpkgs> {});
{
- inherit fontconfig freecad;
- inherit libdrm libpciaccess;
+ inherit fontconfig
+ freecad
+ libdrm
+ libpciaccess
+ paraview;
}