We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcbe65 commit 3c83c05Copy full SHA for 3c83c05
haskell-miso.org/nix/nginx.nix
@@ -41,7 +41,7 @@ with (import ../../default.nix {});
41
enableACME = true;
42
locations = {
43
"/" = {
44
- root = "${pkgs.coverage}/lcov-report";
+ root = pkgs.coverage;
45
};
46
47
nix/overlay.nix
@@ -31,7 +31,7 @@ options: self: super: {
31
src = ../coverage;
32
buildCommand = ''
33
mkdir -p $out
34
- cp -rv $src/lcov-report $out
+ cp -rv $src $out
35
'';
36
37
0 commit comments