0xda157
0xda157
either need to manual merge or have @danth approve for the auto merge to work
alternatively we could override lib in `/stylix/autoload.nix` to add `lib.stylix`, which I would prefer.
> On the other hand, it would mean you couldn't, for example, `mkMerge` multiple targets together within the same module (e.g. the Firefox module which also supports forks of the...
> You'd also need to update the autoload and/or `mkTarget` impl to support calling the value, as I assume it may still be useful to pass some arguments at the...
```nix {pkgs, ...}: let battery = pkgs.writeShellScript "battery" '' battery_icon=''\${battery_icons[icon_index]} ''; in {} ``` has a space inserted after "battery_icons" which breaks the script. The only way I can find...
currently marked as a draft because the testbed logic needs to be refactored to enable flake-parts to see what testbeds exist as mentioned in https://github.com/danth/stylix/pull/1208#issuecomment-2878394791. not entirely sure how to...
> My vague idea is to split testbed.nix's `autoload` into two stages. > > Stage 1 collects the testbed modules and forms them into an attrset of {name → module}....
> I believe all blockers are now resolved, so things _should_ work once rebased 🤞 seems to be having inf-rec issues > > I'd also like to refactor things so...
> > seems to be having inf-rec issues > > Looks like it's the module system, while evaluating the `flake` option? Or possibly while evaluating module args? > > Can...
everything seems to be working now :tada: