-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from NixOS/nix-versions
Fixed Nix version and testing of multiple versions (and fix them for nixVersions.minimum)
- Loading branch information
Showing
6 changed files
with
69 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
trace: This should be on stderr! | ||
error: | ||
… while evaluating list element at index 3 | ||
|
||
… while evaluating list element at index 1 | ||
|
||
… while evaluating attribute 'ByName' | ||
|
||
at src/eval.nix:76:7: | ||
|
||
75| inherit name; | ||
76| value.ByName = | ||
| ^ | ||
77| if !pkgs ? ${name} then | ||
|
||
(stack trace truncated; use '--show-trace' to show the full trace) | ||
|
||
error: This is an error! | ||
@REDACTED@error: This is an error!@REDACTED@ | ||
- Nix evaluation failed for some package in `pkgs/by-name`, see error above | ||
This PR introduces the problems listed above. Please fix them before merging, otherwise the base branch would break. |