Paul

Results 11 comments of Paul

I faced the same issue, solved it by adding a line ``` modules = existingModules ++ [({...}: { amazonImage.sizeMB = 16 * 1024; })]; ```

True, but that's the case with each_replacena too, here the example given seems simple, but given that a function can be used opens up a number of use cases, like...

@nalimilan , Can you check https://github.com/paulvictor/DataArrays.jl/commit/365f1a34235bd79e8b085170082e516abf328cdf, if that's what you meant? I can provide a squashed commit later if the code makes sense.

Thanks @nalimilan , will wait too...

Hello @denesb , in my current organization, we use the nix ecosystem extensively to deploy and maintain systems, because it helps us build (purely) reproducible systems, better than the reproducibility...

Thanks @denesb . Appreciate.

I've figured out the issue. I had to do a `gulp build` after the npm install (with dev dependencies) which I didn't do in the previous step and then link...

I am also facing the same issue. When I run `himalaya -o json` I get ``` 2025-04-03T08:10:27.672977Z WARN imap_codec::response: Rectified missing `text` to "..." 2025-04-03T08:10:27.673061Z WARN imap_client::tasks::resolver: received unsolicited unsolicited=Status(Untagged(StatusBody...

@phdenzel since you mentioned you are on nixos, you can use makeWrapper https://nixos.org/manual/nixpkgs/stable/#fun-makeWrapper to get that env variable by default.

@phdenzel this works and emacs is able to read the mails https://github.com/paulvictor/dotfiles/blob/476b68ddc1e77f26a0c925a1a0b3f641120f1826/nix/userland/himalaya.nix#L15-L26