Skip to content

Commit 08cd850

Browse files
committed
take z3 from input
1 parent 219647a commit 08cd850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pact-server/service.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
pactDataDir,
88
pactUser,
99
obApp,
10+
z3,
1011
pkgs
1112
}:
1213
let
@@ -37,7 +38,7 @@ in {pkgs, lib, ...}: {
3738
description = "Pact Server";
3839
after = [ "network.target" ];
3940
wantedBy = [ "multi-user.target" ];
40-
path = [ pkgs.z3 ];
41+
path = [ z3 ];
4142

4243
preStart = ''
4344
export PATH=$PATH:${pkgs.coreutils}/bin

0 commit comments

Comments
 (0)