forked from fediversity/fediversity
factor out TF setup
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
a12a1606ed
commit
a167ec464c
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pkgs.stdenv.mkDerivation {
|
|||
};
|
||||
buildInputs = [
|
||||
(pkgs.callPackage ./tf.nix { })
|
||||
(pkgs.callPackage ./setup.nix { inherit sources; })
|
||||
(pkgs.callPackage ../tf-setup.nix { inherit sources; })
|
||||
];
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
|
Loading…
Add table
Reference in a new issue