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 cb99c3b commit 34d6c6eCopy full SHA for 34d6c6e
ansible/tasks/setup-nginx.yml
@@ -5,6 +5,7 @@
5
- name: nginx - system dependencies
6
apt:
7
pkg:
8
+ - build-essential
9
- openssl
10
- libpcre3-dev
11
- libssl-dev
nix/pgbouncer.nix
@@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
43
maintainers = with maintainers; [ _1000101 ];
44
platforms = platforms.all;
45
};
46
-}
+}
0 commit comments