We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79330b4 commit 37e1d86Copy full SHA for 37e1d86
test/external-static-plugin/default.nix
@@ -3,11 +3,6 @@
3
src = testSrc "external-static-plugin";
4
inherit compiler-nix-name evalPackages;
5
modules = [ {
6
- packages.prog.components.exes.prog.plugins = [ {
7
- inherit (project.hsPkgs.plugin.components) library;
8
- moduleName = "Plugin";
9
- args = [ "f1" "f2" ];
10
- } ];
11
packages.prog.postInstall = ''
12
test -f f1
13
test -f f2
0 commit comments