forked from auxolotl/core
AAAAAASomeThingsFailToEvaluate: drop
This commit is contained in:
parent
f760a7e9bf
commit
2da6177b87
|
@ -104,14 +104,6 @@ with pkgs;
|
||||||
|
|
||||||
stringsWithDeps = lib.stringsWithDeps;
|
stringsWithDeps = lib.stringsWithDeps;
|
||||||
|
|
||||||
### 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 using pkgs/top-level/release-attrpaths-superset.nix.
|
|
||||||
'';
|
|
||||||
|
|
||||||
tests = callPackages ../test { };
|
tests = callPackages ../test { };
|
||||||
|
|
||||||
# These are used when buiding compiler-rt / libgcc, prior to building libc.
|
# These are used when buiding compiler-rt / libgcc, prior to building libc.
|
||||||
|
|
Loading…
Reference in a new issue