Sridhar Ratnakumar
Sridhar Ratnakumar
Allow sharing mission-control configs among multiple projects. For example, many Haskell project reuse [these scripts](https://github.com/srid/haskell-template/blob/385039139ca56fec21b8f0fd1fd5cfa37db14a5f/flake.nix#L69-L97). It should be possible to import them one-line rather them duplicating them in every project....
Just set this up on a WSL host, and noticed:  The user will need to fill in this first: https://github.com/juspay/nix-dev-home/blob/191cbd4299bf5a5be8814b3629bfdec111189b75/home/default.nix#L115-L116 Which is something we could automate as part of...
Properties are just a special case of drawers. The following parses into `Map Text Text` ```org :PROPERTIES: :DESCRIPTION: hello world :END: ``` But the following does not, ``` :LOGBOOK: CLOCK:...
Heya, Just trying out master and I have a couple of suggestions. 1. ~~Since a [priority](https://orgmode.org/manual/Priorities.html) can _only_ be assigned to Todo headings, it would make sense to move it...
I'm using VSCode + HLS 0.6.0. I'd like to permanently disable certain hlint suggestions, such as the "Suggestion: Use camelCase" on ADTs. On a per-project basis, if possible. It would...
> Harmonia is a binary cache for nix that serves your /nix/store as a binary cache over http. It's written in Rust **for speed**. [nix-serve-ng's benchmarks](https://github.com/aristanetworks/nix-serve-ng?tab=readme-ov-file#benchmarks) indicate that `harmonia` is...
This post has no edit link, like the rest of content https://zero-to-flakes.com/blog/nixify-haskell-project-intro
You have to manually click on them. https://zero-to-flakes.com/direnv/#setup
Docusaurus is not flexible enough to allow overriding edit links en masse at folder level. See https://zero-to-flakes.com/haskell-flake/examples - where the edit link is broken. We can workaround this by patching...