mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43: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 {
|
||||
root = pkgs-path;
|
||||
fileset = unions [
|
||||
./default.nix
|
||||
./doc
|
||||
./lib
|
||||
./maintainers
|
||||
./nixos
|
||||
./pkgs
|
||||
./.version
|
||||
../../../default.nix
|
||||
../../../doc
|
||||
../../../lib
|
||||
../../../maintainers
|
||||
../../../nixos
|
||||
../../../pkgs
|
||||
../../../.version
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user