We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e203b8 commit 1d663bbCopy full SHA for 1d663bb
src/flake.rs
@@ -65,12 +65,11 @@ fn nixpkgs_deps(
65
.collect();
66
67
if !missing.is_empty() {
68
- let error_msg = format!(
+ println!(
69
"no nixpkgs dependency found for specified {}: {}",
70
if missing.len() > 1 { "keys" } else { "key" },
71
missing.join(", ")
72
);
73
- return Err(FlakeCheckerError::Invalid(error_msg));
74
}
75
76
Ok(deps)
0 commit comments