with import <nixpkgs> {};
mkShell {
	nativeBuildInputs = [
		bashly
		pandoc
	];
}