Robert Hensing
Robert Hensing
Possible solution to #175
Experimental changes I made while trying to render docs and maybe figure out how to use it in a "consumer" flake-parts based flake. - #596
Hey, congrats on getting the modules into main! I was trying to render docs for the flake-parts modules, but I couldn't figure out the separation between modules that you use...
A highly opinionated workflow doesn't work for all projects, especially ones that already have a long history, notably NixOS/nix. Some people hate pre-commit with a passion. These things should not...
The flakeModule attribute allows the project to be integrated easily into flakes based on [flake-parts](https://flake.parts), which is a minimal set of module system options that unifies many flake integrations. Besides...
At this time of writing NixOS newsletter (previously NixOS weekly) is being revived. Current state: - We sent out 4 newsletters (June/July/August/September). October one coming out in few days. -...
When the version bounds change, so do the attribute names, which leads to busywork such as most of the commits in - https://github.com/NixOS/nixpkgs/pull/266708 ### Proposal For every *configured* version bound,...
I wrote https://github.com/NixOS/nixpkgs/pull/212282 as a proposal to centralize this mapping in Nixpkgs. Do you think it is fit for the purpose of cabal2nix? - [ ] review https://github.com/NixOS/nixpkgs/pull/212282 - [...
Some restricted environments may not have `/etc/resolv.conf`, to keep things simple and reduce entropy. The latter reason is why Nix doesn't provide one in its (offline) sandbox. By allowing initialization...
I have a table with ```haskell labels :: Columnar f (Maybe (Vector Text)) ``` Inserts work fine. `Nothing` and `Just []` are distinct in the database, as expected. However, queries...