Skip to content
Commit 4fe28986 authored by John Ericson's avatar John Ericson
Browse files

nixpkgs module: Fix defaulting of `localSystem` and `system`

My c6f7d436 made the mistake of not
having enough defaults. Now both variables are default as the *explicit*
value of the other, or a fallback. The fallback of `system` is the
default of `localSystem.system`. The fallback of `localSystem` is not
the other default (projected), as that would cause a cycle, but `{
system = builtins.currentTime; }` just as nixpkgs itself does it.
parent f3fcf1b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment