mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Temporarily skip coverage checks
This commit is contained in:
parent
ba34ea9fe7
commit
71c2e21f3b
1 changed files with 5 additions and 5 deletions
|
@ -139,11 +139,11 @@ in
|
||||||
# docker image with Nix inside
|
# docker image with Nix inside
|
||||||
dockerImage = lib.genAttrs linux64BitSystems (system: self.packages.${system}.dockerImage);
|
dockerImage = lib.genAttrs linux64BitSystems (system: self.packages.${system}.dockerImage);
|
||||||
|
|
||||||
# Line coverage analysis.
|
# # Line coverage analysis.
|
||||||
coverage = nixpkgsFor.x86_64-linux.native.nix.override {
|
# coverage = nixpkgsFor.x86_64-linux.native.nix.override {
|
||||||
pname = "nix-coverage";
|
# pname = "nix-coverage";
|
||||||
withCoverageChecks = true;
|
# withCoverageChecks = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Nix's manual
|
# Nix's manual
|
||||||
manual = nixpkgsFor.x86_64-linux.native.nixComponents.nix-manual;
|
manual = nixpkgsFor.x86_64-linux.native.nixComponents.nix-manual;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue