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 = ''