summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-08 12:21:18 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-08 12:21:18 -0500
commit18534a0afee963fe025a70eb1ad4b1c92f9bd86e (patch)
tree95bd5bb803be81cf978ab2fc46616196da5cb794 /shell.nix
parenta84826a46bd6847f8c159a1c038c20c13e62603e (diff)
Add nix package definition
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 99825a3..0407793 100644
--- a/shell.nix
+++ b/shell.nix
@@ -8,5 +8,6 @@ pkgs.stdenv.mkDerivation {
openssl
sqlite
pkgconfig
+ postgresql
];
}