Shea Levy
Shea Levy
Ah, fair point. I guess ultimately we'd want something like the hackage package index, that you only need to re-update when some new revision you haven't previously fetched is needed?
I'd like to be able to have quoted attribute names in function bindings. But without that, probably the only way to do this is to do args@{ ... } and...
@edolstra any objection to `{ "4Blocks" }@args: args."4Blocks"` being valid nix?
https://github.com/NixOS/nix/blob/1.8/src/libexpr/eval.cc#L1286-L1294
IMO the right solution here is to make `meta.broken` less strict. Overriding a broken package where the override unsets `broken` should work, if it doesn't that's a nixpkgs bug.
Note that with https://github.com/NixOS/nixpkgs/pull/33012 this will be easier
Or may be even better to teach direnv itself to somehow invoke an arbitrary command instead of "run bash sourcing this envrc and dumping env vars afterward", so we don't...
Thanks @ddbeck ! Do you recommend we just walk through this step by step, or have it as one big sequence of changes? Re the name: "Scarf CLI" is the...
@ddbeck Sounds great!
Any thoughts on this? Would a patch be accepted?