Robert Hensing
Robert Hensing
**Is your feature request related to a problem? Please describe.** Currently Rust bindgen generates `u32` for `#define NIX_OK`, but `nix_err` is an `int`. This then requires an undue cast. Other...
_Originally posted by @kirillrdy in https://github.com/NixOS/nix/issues/7972#issuecomment-2081844278_ after this PR, there is still an empty section left in the manual 
**Is your feature request related to a problem? Please describe.** Lock files contain more nodes than needed. This leads to an incentive to put inputs that are not for consumers...
**Describe the bug** `nix_init_path_string` has incomplete documentation and/or behavior problem. Path values are internally represented by absolute paths. Probably the argument needs to be absolute too. Also note that we...
Context - https://github.com/NixOS/nixpkgs/pull/212282 - https://github.com/NixOS/cabal2nix/issues/594#issuecomment-1403896453 If we have a (json) mapping from pkg-config names to package attribute names, a module could easily add the appropriate `deps`, without sacrificing the consistency...
A package that expose `pkg-config` "modules" (`.pc` files) should do a couple of things. In the current nixpkgs that would be - add `validatePkgConfig` hook In a future nixpkgs that...
### Motivation Discern each flake in the log, when multiple flakes are configured. ### Maintainer checklist - [ ] Documentation (function reference docs, setup guide, option reference docs) - [...
Has been requested informally a couple of times now
e.g. https://hercules-ci.com/github/hercules-ci/gh-pages-example/jobs/40/effects/effects.gh-pages/log Seems to happen when git or github needs to transfer a non-trivial amount of stuff. (not sure which yet) Likely solution that worked for me for something else...
`lib.mkHerculesCI` is the only public attr that uses `inputs.nixpkgs`. Is that ok? There's reference docs for the options that allow `pkgs` to be overridden. Is that good enough?