simplify out intersection

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-06 13:34:19 +02:00
parent 9a0f60e819
commit df67404297
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

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