fix
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
96971bb5d3
commit
5a2cce637e
11
default.nix
11
default.nix
@ -31,10 +31,6 @@
|
|||||||
} }:
|
} }:
|
||||||
|
|
||||||
let
|
let
|
||||||
nur = import (builtins.fetchTarball
|
|
||||||
"https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
|
||||||
inherit pkgs;
|
|
||||||
};
|
|
||||||
tex = with pkgs;
|
tex = with pkgs;
|
||||||
texlive.combine { inherit (texlive) scheme-medium bitter titlesec; };
|
texlive.combine { inherit (texlive) scheme-medium bitter titlesec; };
|
||||||
version = "devel";
|
version = "devel";
|
||||||
@ -43,7 +39,12 @@ in pkgs.stdenv.mkDerivation {
|
|||||||
inherit version;
|
inherit version;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
phases = "buildPhase installPhase";
|
phases = "buildPhase installPhase";
|
||||||
buildInputs = with pkgs; [ calibre mdbook nur.repos.mic92.pandoc-bin tex ];
|
buildInputs = with pkgs; [
|
||||||
|
calibre
|
||||||
|
mdbook
|
||||||
|
pandoc
|
||||||
|
tex
|
||||||
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cp -rf $src/src .
|
cp -rf $src/src .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user