From c74305626300e777df04d2cdea16e385f43a360c Mon Sep 17 00:00:00 2001 From: Cadey Ratio Date: Sun, 1 Nov 2020 22:47:28 +0000 Subject: [PATCH] Remove kindlegen from shell.nix Closes #11 --- shell.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell.nix b/shell.nix index f8dca35..7791666 100644 --- a/shell.nix +++ b/shell.nix @@ -6,8 +6,6 @@ let "https://github.com/nix-community/NUR/archive/master.tar.gz") { inherit pkgs; }; - tex = with pkgs; - texlive.combine { inherit (texlive) scheme-medium bitter titlesec; }; in pkgs.mkShell { buildInputs = with pkgs; [ pkgs.latest.rustChannels.stable.rust @@ -15,10 +13,6 @@ in pkgs.mkShell { pkg-config ncurses - - kindlegen - nur.repos.mic92.pandoc-bin - tex ]; RUST_LOG="info,majsite=debug,majsite::server=debug";