NAHO
NAHO
> This solves #571. But since this is only a temporary fix, it does not need to be merged. See [SenchoPens/base16.nix#15](https://github.com/SenchoPens/base16.nix/issues/15) Unless we need to update this input or users...
The CI of 6863412636c8f2cb3b7360f747fbd020fbfddf68 is failing for some reason...
Feel free to submit a PR.
> do base16 color scheme generators not already exist? > > -- https://github.com/nix-community/stylix/pull/892#issuecomment-3575942423 What about using one of the following existing tools: ```console nix run nixpkgs#flavours -- generate --stdout dark...
> Flavors is actually good, yes. But I know that my algorithm produces color schemes that follow the spec more closely, but also differs too much from the approach of...
> > I plan to write the algorithm, that currently exists in the form of a Jupyter notebook, in Rust. > > Great to have this in Rust. It definitely...
> > Although I like Rust primarily because its type model matches my programming style, compiling Rust binaries from source might require significantly more CPU and download bandwidth than the...
> > I read that, however: > > > > I am a nix-community member and I can't write to the stylix cache. It seems to me like only a...
> ``` > cp: cannot create regular file '/nix/store/aikk60dbkrnll94lfd7625bzj9xgc849-gtksourceview-4.8.4/share/gtksourceview-4/styles/stylix.xml': Permission denied > ``` Although the problem likely comes from https://github.com/nix-community/stylix/blob/218d4424b0634f8e9e3af92df7ca807bda529255/modules/gtksourceview/overlay.nix#L16 I am unsure what the exact reason for the issue...
> > I am unsure what the exact reason for the issue is. > > `gtksourceview` is a multiple output derivation. You can get into a situation where one of...