forked from fediversity/fediversity
parent
a12a1606ed
commit
1efd15e654
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pkgs.stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(pkgs.callPackage ./tf.nix { })
|
(pkgs.callPackage ./tf.nix { })
|
||||||
(pkgs.callPackage ./setup.nix { inherit sources; })
|
(pkgs.callPackage ../tf-setup.nix { inherit sources; })
|
||||||
];
|
];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
|
|
Loading…
Add table
Reference in a new issue