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.
2 parents 2039235 + a828cf7 commit b177354Copy full SHA for b177354
src/nix/flake.cc
@@ -793,8 +793,6 @@ struct CmdFlakeCheck : FlakeCommand
793
// via substitution, as `nix flake check` only needs to verify buildability,
794
// not actually produce the outputs.
795
auto missing = store->queryMissing(drvPaths);
796
- // Only occurs if `drvPaths` contains a `DerivedPath::Opaque`, which should never happen
797
- assert(missing.unknown.empty());
798
799
std::vector<DerivedPath> toBuild;
800
for (auto & path : missing.willBuild) {
0 commit comments