From d939b0b276a9d284196b4be4fe427d60f6149efa Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Sat, 11 Sep 2021 21:58:30 +0100 Subject: [PATCH] Fix src location for nix build --- nix/build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build.nix b/nix/build.nix index 59ac3c3..1fc4895 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -3,7 +3,7 @@ with pkgs; stdenv.mkDerivation { name = "erambler-html"; - src = ./.; + src = ../.; nativeBuildInputs = [ hugo ]; buildPhase = "hugo"; installPhase = ''