adding shell nic

This commit is contained in:
Winzlieb - 2021-09-05 19:46:19 +02:00
parent ad752bbf04
commit 212ce96300
1 changed files with 4 additions and 0 deletions

4
shell.nix Normal file
View File

@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [ pkgs.postgresql_14 ];
}