Skip to content

Commit 3bc4360

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
};

0 commit comments

Comments
 (0)