mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +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…
Reference in a new issue