Skip to content

Commit a4262c2

Browse files
committed
fix kettle info for nix builds too
1 parent 83416ed commit a4262c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolchain/nix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl ToolchainDriver for NixInputs {
6464
lockfile_bytes: &[u8],
6565
) -> Result<Self> {
6666
let nix = ToolBinaryInfo::via_which("nix")?;
67-
let kettle = ToolBinaryInfo::via_which("kettle")?;
67+
let kettle = ToolBinaryInfo::kettle_info()?;
6868
let flake_deps = parse_flake_lock(lockfile_bytes)?;
6969
let graph = evaluate_derivation_graph(path)?;
7070
let derivation_count = graph.as_object().map(|o| o.len()).unwrap_or(0);

0 commit comments

Comments
 (0)