skip ifds in nix flake show instead of throwing
This commit is contained in:
committed by
Jörg Thalheim
parent
77f22db567
commit
fcf5966488
@@ -110,5 +110,6 @@ template class EvalErrorBuilder<UndefinedVarError>;
|
||||
template class EvalErrorBuilder<MissingArgumentError>;
|
||||
template class EvalErrorBuilder<InfiniteRecursionError>;
|
||||
template class EvalErrorBuilder<InvalidPathError>;
|
||||
template class EvalErrorBuilder<IFDError>;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user