diff --git a/deployment/run/tf-single-host/tf-env.nix b/deployment/run/tf-single-host/tf-env.nix index 68ad111e..4f445222 100644 --- a/deployment/run/tf-single-host/tf-env.nix +++ b/deployment/run/tf-single-host/tf-env.nix @@ -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; })