Skip to content

Commit 3c83c05

Browse files
committed
Update nginx.nix, update lcov-report location
1 parent 9dcbe65 commit 3c83c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haskell-miso.org/nix/nginx.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ with (import ../../default.nix {});
4141
enableACME = true;
4242
locations = {
4343
"/" = {
44-
root = "${pkgs.coverage}/lcov-report";
44+
root = pkgs.coverage;
4545
};
4646
};
4747
};

nix/overlay.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ options: self: super: {
3131
src = ../coverage;
3232
buildCommand = ''
3333
mkdir -p $out
34-
cp -rv $src/lcov-report $out
34+
cp -rv $src $out
3535
'';
3636
};
3737

0 commit comments

Comments
 (0)