parent
e3a7f43364
commit
cda2d2f55a
|
@ -1,10 +1,6 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ pkgs ? import <nixpkgs> { } }:
|
||||||
|
|
||||||
let
|
let
|
||||||
nur = import (builtins.fetchTarball
|
|
||||||
"https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
|
||||||
inherit pkgs;
|
|
||||||
};
|
|
||||||
tex = pkgs.callPackage ../nix/texlive.nix { };
|
tex = pkgs.callPackage ../nix/texlive.nix { };
|
||||||
version = "devel";
|
version = "devel";
|
||||||
words = import ../words;
|
words = import ../words;
|
||||||
|
@ -16,7 +12,7 @@ in pkgs.stdenv.mkDerivation {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
calibre
|
calibre
|
||||||
mdbook
|
mdbook
|
||||||
nur.repos.mic92.pandoc-bin
|
pandoc
|
||||||
tex
|
tex
|
||||||
words
|
words
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue