From cda2d2f55abf3312d7b7c5ef81c9bc715740cef6 Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 1 Jan 2023 16:13:49 -0500 Subject: [PATCH] no more nur Signed-off-by: Xe --- book/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/book/default.nix b/book/default.nix index 5a2d40a..b3946e9 100644 --- a/book/default.nix +++ b/book/default.nix @@ -1,10 +1,6 @@ { pkgs ? import { } }: 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 ];