nix test 5

This commit is contained in:
Zacharias-Brohn
2025-11-23 21:39:34 +01:00
parent fb17881f21
commit 55fc91fb93
-5
View File
@@ -73,11 +73,6 @@ in
--replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false'
'';
postInstall = ''
mkdir -p $out/lib
ln -s ${extras}/lib/* $out/lib/
'';
passthru = {
inherit plugin;
};