summaryrefslogtreecommitdiff
path: root/default.nix
blob: cffb0dad5b460c72f8dc8ab3080fd27e5b202ad7 (plain)
1
2
3
4
{ pkgs ? import <nixpkgs> {} }:
{
  temp-postgres = pkgs.callPackage ./temp-postgres.nix {};
}
Generated by cgit. See skreutz.com for my tech blog and contact information.