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:
nicoo 2024-09-17 09:44:23 +00:00
parent 493442c470
commit 423da96e75

View File

@ -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
];
};
}