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 { 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; })