From b1e6491f77421ae4623391a7f53af7f3e6c13f34 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Mon, 6 Jul 2020 18:23:10 +0100 Subject: import website from previous repo --- shell.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..960eead --- /dev/null +++ b/shell.nix @@ -0,0 +1,23 @@ +# SPDX-FileCopyrightText: 2020 Ethel Morgan +# +# SPDX-License-Identifier: MIT + +{ pkgs ? import {} }: + +with pkgs; mkShell { + buildInputs = [ + aspell + aspellDicts.en + aspellDicts.en-computers + aspellDicts.en-science + + hunspell + hunspellDicts.en_US + + entr + + python38Packages.jinja2 + python38Packages.markdown + python38Packages.pyaml + ]; +} -- cgit v1.2.3