forked from fediversity/fediversity
Compare commits
1 commit
a167ec464c
...
acd8533135
| Author | SHA1 | Date | |
|---|---|---|---|
| acd8533135 |
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