From 5cedcecd6ae31e2485dcab2ddd74c74a4779545d Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 3 Sep 2019 21:01:53 +0200 Subject: Make LBC to work Use request headers to simulate a normal browser --- shell.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..0585615 --- /dev/null +++ b/shell.nix @@ -0,0 +1,12 @@ +with import {}; { + env = stdenv.mkDerivation { + name = "env"; + buildInputs = with nodePackages; with haskellPackages; [ + cabal-install + nodemon + stylish-haskell + tmux + tmuxinator + ]; + }; +} -- cgit v1.2.3