Sridhar Ratnakumar
Sridhar Ratnakumar
Trying https://github.com/gvolpe/nix-index/pull/1
The flake-parts template currently suggests using it as a flake input: https://github.com/cachix/git-hooks.nix/blob/cd1af27aa85026ac759d5d3fccf650abe7e1bbf0/template/flake.nix#L6-L7 This brings in a bunch of transitive inputs that the user does not strictly need, forcing setting up...
This will be useful to those wanting to use `nix-serve-ng` in their Haskell application as a library. Happy to open a PR.
We provide self-hosted (Ness building) runners for OSS projects. They are both faster and cheaper (zero cost) compared Github runners.
> Another thing worth considering: add a flake check that will fail if project health is not 100%. Poeple can always add excludes to their stan config if there's a...
Let's leave this as draft until I figure out a good way to use this for multi home units DX (see referenced PR below).
- **chore(ci): Add vira configuration** - **fix**
Would be good to document this. ## Concrete example UX: https://github.com/nammayatri/nammayatri/blob/main/Backend/nix/run-mobility-stack.nix Impl: https://github.com/nammayatri/nammayatri/blob/main/Backend/nix/services/nammayatri.nix In particular, note the useCabal option: https://github.com/nammayatri/nammayatri/blob/main/Backend/nix/services/nammayatri.nix#L24
https://caddyserver.com/ | https://github.com/caddyserver/caddy > Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS **References** - devenv - docs: https://devenv.sh/supported-services/caddy/ - impl: https://github.com/cachix/devenv/blob/main/src/modules/services/caddy.nix - example: https://github.com/cachix/devenv/blob/main/src/modules/services/caddy.nix
The docs, https://community.flake.parts/services-flake/ollama#acceleration are not clear as to whether the GPU is used on macOS. This should be clarified. > By default Ollama uses the CPU for inference. [..] So...