mediawiki-nix-container/shell.nix

5 lines
112 B
Nix

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