From 2e53a9b25ba341178586a7dc41549426f83a4f46 Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 19 Aug 2021 21:45:41 +0200 Subject: [PATCH] fix propagated build inputs --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 5823096..61b6af7 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ { stdenv, hugo, hugo-theme-anubis }: stdenv.mkDerivation rec { src = ./.; - nativeBuildInputs = [ hugo ]; + nativeBuildInputs = [ hugo hugo-theme-anubis ]; # avoid git submodules using flakes :-) patchPhase = '' mkdir -p themes/