Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2023-01-01 16:25:36 -05:00
parent 96971bb5d3
commit 5a2cce637e
1 changed files with 6 additions and 5 deletions

View File

@ -31,10 +31,6 @@
} }:
let
nur = import (builtins.fetchTarball
"https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
tex = with pkgs;
texlive.combine { inherit (texlive) scheme-medium bitter titlesec; };
version = "devel";
@ -43,7 +39,12 @@ in pkgs.stdenv.mkDerivation {
inherit version;
src = ./.;
phases = "buildPhase installPhase";
buildInputs = with pkgs; [ calibre mdbook nur.repos.mic92.pandoc-bin tex ];
buildInputs = with pkgs; [
calibre
mdbook
pandoc
tex
];
buildPhase = ''
cp -rf $src/src .