forked from lix-project/lix
fix release.nix eval
This commit is contained in:
parent
289558dffb
commit
78fadaf863
|
@ -191,7 +191,7 @@ let
|
||||||
coverage =
|
coverage =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
||||||
with import ./release-common.nix { inherit pkgs; };
|
with import ./release-common.nix { inherit pkgs; enableStatic = false; };
|
||||||
|
|
||||||
releaseTools.coverageAnalysis {
|
releaseTools.coverageAnalysis {
|
||||||
name = "nix-coverage-${version}";
|
name = "nix-coverage-${version}";
|
||||||
|
|
Loading…
Reference in a new issue