simplify out intersection (#537)

Reviewed-on: fediversity/fediversity#537
This commit is contained in:
Kiara Grouwstra 2025-10-06 13:35:58 +02:00
parent 9a0f60e819
commit fd49868cda

View file

@ -10,7 +10,7 @@ pkgs.stdenv.mkDerivation {
toSource { toSource {
root = ../../../.; root = ../../../.;
# don't copy ignored files # don't copy ignored files
fileset = intersection (gitTracked ../../../.) ../../../.; fileset = gitTracked ../../../.;
}; };
buildInputs = [ buildInputs = [
(pkgs.callPackage ./tf.nix { inherit sources; }) (pkgs.callPackage ./tf.nix { inherit sources; })