From 556c839dc1b5881c1594dbdfede0bd610790967d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 11 Jun 2024 10:13:13 -0400 Subject: added a shell.nix for pgformatter, and a wip trigger for db size maintenance --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..442fa42 --- /dev/null +++ b/shell.nix @@ -0,0 +1,4 @@ +{ pkgs ? import {} }: + pkgs.mkShell { + nativeBuildInputs = with pkgs.buildPackages; [ pgformatter ]; +} -- cgit v1.2.3