Robert Hensing
Robert Hensing
Not 100% sure I follow, but iirc we've made it possible to _override_ `overrideAttrs` via `passthru`, if you really *really* have to. I hope that's not what you need. It...
Based on the discussion, I'd suggest the following concrete steps to make this work properly: - A section in `hacking.md` that describes direnv as an alternative and what to pay...
Please mark as ready for review when some/most of the above is implemented.
A mode that uses the flake files instead of `devenv.lock` would allow the `devenv` command to be added to the flake `devShell`. - https://github.com/cachix/devenv/issues/233
Hi @srid, and sorry for the late response. There's a `darwinModules.agent-service` module you can import from the flake. For a more opinionated config you may import `darwinModules.agent-profile` instead, which includes...
Would it be acceptable to simply continue with an empty config if the system `resolv.conf` is missing? Should it print a warning in that case? Or should this behavior by...
Observed this after restarting a job. Might be related to having a concurrent job or concurrent restart job.
Fixed in #64 . Thanks for reporting and for the reproducer!
This feature will speed up node2nix because it won't have to resolve as many versions. When it encounters a package like this, the translation to Nix is instant. In nixpkgs#141799...
Sounds like a good plan. On a related note, I've been pushing back a little bit against a `fetchNodeModules` fetcher because of the issues with such complicated FODs. It's a...