summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-10-08 08:26:57 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-08 08:26:57 -0400
commit97598e7edfcdc97e665453d6f5cda316bd51291b (patch)
tree729ed92e6c40f691fe364bb556908b0df73914b0 /flake.nix
parentba57f14611b3a35bc08f01050779f1b4c9fc6090 (diff)
Add initial postgresql database setup
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 482507c..df5fe9b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,6 +11,7 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
stdenv
+ postgresql
openssl
pkg-config
llvmPackages_latest.llvm