mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
fix release.nix eval
This commit is contained in:
parent
289558dffb
commit
78fadaf863
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue