mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Merge pull request #30007 from Moredread/fix/spelling
all-packages: fix spelling in error message
This commit is contained in:
commit
d2bd006166
@ -55,10 +55,10 @@ with pkgs;
|
|||||||
|
|
||||||
stringsWithDeps = lib.stringsWithDeps;
|
stringsWithDeps = lib.stringsWithDeps;
|
||||||
|
|
||||||
### Evaluating the entire NixPkgs naively will fail, make failure fast
|
### Evaluating the entire Nixpkgs naively will fail, make failure fast
|
||||||
AAAAAASomeThingsFailToEvaluate = throw ''
|
AAAAAASomeThingsFailToEvaluate = throw ''
|
||||||
Please be informed that this pseudo-package is not the only part of
|
Please be informed that this pseudo-package is not the only part of
|
||||||
NixPkgs that fails to evaulate. You should not evaluate entire NixPkgs
|
Nixpkgs that fails to evaluate. You should not evaluate entire Nixpkgs
|
||||||
without some special measures to handle failing packages, like those taken
|
without some special measures to handle failing packages, like those taken
|
||||||
by Hydra.
|
by Hydra.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user