Remove kindlegen from shell.nix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Closes #11
This commit is contained in:
parent
bebfa4d7b1
commit
c743056263
|
@ -6,8 +6,6 @@ let
|
||||||
"https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
"https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
};
|
};
|
||||||
tex = with pkgs;
|
|
||||||
texlive.combine { inherit (texlive) scheme-medium bitter titlesec; };
|
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
pkgs.latest.rustChannels.stable.rust
|
pkgs.latest.rustChannels.stable.rust
|
||||||
|
@ -15,10 +13,6 @@ in pkgs.mkShell {
|
||||||
|
|
||||||
pkg-config
|
pkg-config
|
||||||
ncurses
|
ncurses
|
||||||
|
|
||||||
kindlegen
|
|
||||||
nur.repos.mic92.pandoc-bin
|
|
||||||
tex
|
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_LOG="info,majsite=debug,majsite::server=debug";
|
RUST_LOG="info,majsite=debug,majsite::server=debug";
|
||||||
|
|
Loading…
Reference in New Issue