no more nur

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2023-01-01 16:13:49 -05:00
parent e3a7f43364
commit cda2d2f55a
1 changed files with 1 additions and 5 deletions

View File

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