Compare commits

...

1 commit

Author SHA1 Message Date
acd8533135
factor out TF setup
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-09-30 11:58:33 +02:00
2 changed files with 1 additions and 1 deletions

View file

@ -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