-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with nixStatic
#102
Comments
I'm new to nix. And I don't even know how print-and-debug the value of any internal variables. All I known is to run when it was originally: I guess the Not robusting enough? So I tried : Finally, this annoyed me, so I used this to fix the problem. It worked at least. And I would appreciate it if any one tell me the reason why all these happened. |
If you run You are right that the issue is that
will return a list or null, depending on the original value, wrapped in a list. That avoids the type error but is still not optimal since inputs should be precisely of type list of derivations. You could use:
or
|
Running with |
In nixpkgs e58bd1763e4cd047371712f2030716440b40cff9
This looks like a new error beyond those that were flagged in #97
The text was updated successfully, but these errors were encountered: