mediawiki-nix-container/shell.nix

5 lines
112 B
Nix
Raw Normal View History

2021-09-05 19:46:19 +02:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
2022-06-22 20:10:39 +02:00
nativeBuildInputs = with pkgs;[ postgresql_11 gnumake ];
2021-09-05 19:46:19 +02:00
}