AAAAAASomeThingsFailToEvaluate: provide a message which is actually helpful

This commit is contained in:
Adam Joseph
2023-12-15 05:13:50 -08:00
parent eda44b7415
commit 77d3093caa
+4 -4
View File
@@ -104,10 +104,10 @@ with pkgs;
### Evaluating the entire Nixpkgs naively will fail, make failure fast
AAAAAASomeThingsFailToEvaluate = throw ''
Please be informed that this pseudo-package is not the only part of
Nixpkgs that fails to evaluate. You should not evaluate entire Nixpkgs
without some special measures to handle failing packages, like those taken
by Hydra.
Please be informed that this pseudo-package is not the only part
of Nixpkgs that fails to evaluate. You should not evaluate
entire Nixpkgs without some special measures to handle failing
packages, like using pkgs/top-level/release-attrpaths.nix.
'';
tests = callPackages ../test { };