aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
blob: 8c58e9d969271c139f60a5ead047c7ab4abfdc8c (plain)
1
2
3
4
5
with import <nixpkgs> {};

mkShell {
  buildInputs = [ pkg-config openssl zlib postgresql ];
}