mediawiki-nix-container/shell.nix
2021-09-05 19:46:19 +02:00

5 lines
99 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [ pkgs.postgresql_14 ];
}