dotfiles/.config/nixshell/postgresql.nix
2023-04-08 16:59:16 +02:00

8 lines
77 B
Nix

with import <nixpkgs> {};
mkShell {
buildInputs = [
postgresql
];
}