aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
blob: 442fa425439fa4584408cc43b4ef8415e47889b5 (plain) (blame)
1
2
3
4
{ pkgs ? import <nixpkgs> {} }:
  pkgs.mkShell {
    nativeBuildInputs = with pkgs.buildPackages; [ pgformatter ];
}