fix release.nix eval

This commit is contained in:
Matthew Bauer
2020-06-29 20:34:45 +00:00
committed by John Ericson
parent 289558dffb
commit 78fadaf863
+1 -1
View File
@@ -191,7 +191,7 @@ let
coverage =
with pkgs;
with import ./release-common.nix { inherit pkgs; };
with import ./release-common.nix { inherit pkgs; enableStatic = false; };
releaseTools.coverageAnalysis {
name = "nix-coverage-${version}";