Fix src location for nix build

This commit is contained in:
Jez Cope 2021-09-11 21:58:30 +01:00
parent f98bd316d4
commit d939b0b276
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
with pkgs;
stdenv.mkDerivation {
name = "erambler-html";
src = ./.;
src = ../.;
nativeBuildInputs = [ hugo ];
buildPhase = "hugo";
installPhase = ''