Skip to content

Commit 37e1d86

Browse files
committed
Fix external-static-plugin test
1 parent 79330b4 commit 37e1d86

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/external-static-plugin/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
src = testSrc "external-static-plugin";
44
inherit compiler-nix-name evalPackages;
55
modules = [ {
6-
packages.prog.components.exes.prog.plugins = [ {
7-
inherit (project.hsPkgs.plugin.components) library;
8-
moduleName = "Plugin";
9-
args = [ "f1" "f2" ];
10-
} ];
116
packages.prog.postInstall = ''
127
test -f f1
138
test -f f2

0 commit comments

Comments
 (0)