From 5a2cce637ec680ce6aea1e9e35cdbb73d5570221 Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 1 Jan 2023 16:25:36 -0500 Subject: [PATCH] fix Signed-off-by: Xe --- default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/default.nix b/default.nix index 33351c4..9ec98ba 100644 --- a/default.nix +++ b/default.nix @@ -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 .