Skip to content

Commit 34d6c6e

Browse files
committed
feat: restore build-essential dep, but in nginx
1 parent cb99c3b commit 34d6c6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible/tasks/setup-nginx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- name: nginx - system dependencies
66
apt:
77
pkg:
8+
- build-essential
89
- openssl
910
- libpcre3-dev
1011
- libssl-dev

nix/pgbouncer.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
4343
maintainers = with maintainers; [ _1000101 ];
4444
platforms = platforms.all;
4545
};
46-
}
46+
}

0 commit comments

Comments
 (0)