nix: pin Postgresql version in devshell

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I40ea680d27108a2f965719853c03fd956a6a6964
This commit is contained in:
raf 2026-02-07 22:07:47 +03:00
commit 9f62b28c58
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -94,6 +94,7 @@
packages = with pkgs; [ packages = with pkgs; [
pkg-config pkg-config
openssl openssl
postgresql_18
taplo taplo
(rustfmt.override {asNightly = true;}) (rustfmt.override {asNightly = true;})