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 862fa5e commit cb99c3bCopy full SHA for cb99c3b
docker/nix/build_nix.sh
@@ -11,7 +11,7 @@ SYSTEM=$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"')
11
nix build .#checks.$SYSTEM.psql_15 -L --no-link
12
nix build .#checks.$SYSTEM.psql_orioledb-17 -L --no-link
13
nix build .#checks.$SYSTEM.psql_17 -L --no-link
14
-nix build .#pgbouncer -L
+nix build .#pgbouncer -o pgbouncer -L
15
nix build .#psql_15/bin -o psql_15 -L
16
nix build .#psql_orioledb-17/bin -o psql_orioledb_17 -L
17
nix build .#psql_17/bin -o psql_17 -L
0 commit comments