Going to test it out, but this should probably be added to deps.host and then use config.deps.bash here instead to ensure we have the right platform set
Should probably be config.package to ensure we're pointing to this instance of the gnutar package
This one is tricky, as currently implemented, the user can enter a string parsable by lib.systems.from.string, or an attrset with custom options like `{ system = "x86_64-linux"; isStatic = true;…
The original idea was to disambiguate between the compile time linker (tools like bfd ld, mold, etc), and the systems dynamic linker loader (ld-linux-x86-64.so.2, libc.so, etc). Once we…
the reason I elected to change it here was as once we add custom targets, they won't necessarily confirm to arch+os. The change makes it more obvious that in order to get the double, you should…
@jakehamilton wrote in auxolotl/labs#42 (comment):
Right, so why is Tidepool now a function that requires taking an argument if we would rather set…
Hm good point, in that I was trying to make it easier to test, but we could make a separate file for such use cases and leave default.nix as is. Lemme try that
@jakehamilton wrote in auxolotl/labs#42 (comment):
@vlinkz why not use the module system them?
It does, you can set config.systems.extraTargets.…
@jakehamilton wrote in auxolotl/labs#42 (comment):
I really don't like the
argpattern. Why would we use this instead of writing a Nix expression (in…