mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
test/release: do not add .git
to the store
This is slow, and currently takes 5 GiB of extra space on every invocation.
This commit is contained in:
parent
493442c470
commit
423da96e75
@ -19,13 +19,13 @@ pkgs.runCommand "all-attrs-eval-under-tryEval" {
|
|||||||
src = with lib.fileset; toSource {
|
src = with lib.fileset; toSource {
|
||||||
root = pkgs-path;
|
root = pkgs-path;
|
||||||
fileset = unions [
|
fileset = unions [
|
||||||
./default.nix
|
../../../default.nix
|
||||||
./doc
|
../../../doc
|
||||||
./lib
|
../../../lib
|
||||||
./maintainers
|
../../../maintainers
|
||||||
./nixos
|
../../../nixos
|
||||||
./pkgs
|
../../../pkgs
|
||||||
./.version
|
../../../.version
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user