forked from fediversity/fediversity
simplify out intersection (#537)
Reviewed-on: fediversity/fediversity#537
This commit is contained in:
parent
9a0f60e819
commit
fd49868cda
1 changed files with 1 additions and 1 deletions
|
@ -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; })
|
||||||
|
|
Loading…
Add table
Reference in a new issue