mediawiki-nix-container/shell.nix

5 lines
99 B
Nix
Raw Normal View History

2021-09-05 19:46:19 +02:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
2021-10-22 08:51:43 +02:00
nativeBuildInputs = [ pkgs.postgresql_11 ];
2021-09-05 19:46:19 +02:00
}