Skip to content

Commit cb99c3b

Browse files
committed
chore: fix missing flag
1 parent 862fa5e commit cb99c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nix/build_nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYSTEM=$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"')
1111
nix build .#checks.$SYSTEM.psql_15 -L --no-link
1212
nix build .#checks.$SYSTEM.psql_orioledb-17 -L --no-link
1313
nix build .#checks.$SYSTEM.psql_17 -L --no-link
14-
nix build .#pgbouncer -L
14+
nix build .#pgbouncer -o pgbouncer -L
1515
nix build .#psql_15/bin -o psql_15 -L
1616
nix build .#psql_orioledb-17/bin -o psql_orioledb_17 -L
1717
nix build .#psql_17/bin -o psql_17 -L

0 commit comments

Comments
 (0)