forked from fediversity/fediversity
simplify out intersection
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
9a0f60e819
commit
df67404297
1 changed files with 1 additions and 1 deletions
|
@ -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; })
|
||||
|
|
Loading…
Add table
Reference in a new issue