aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/optional/misc.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix
index 2298b4f..2695098 100644
--- a/hosts/common/optional/misc.nix
+++ b/hosts/common/optional/misc.nix
@@ -29,7 +29,9 @@
plugins = with availablePlugins; [
(perl.withPackages(p: [ p.PodParser ]))
] ++ [ python ];
+
};
+ extraBuildInputs = [ python311Packages.websocket-client ];
})
];
}