Robert Hensing
Robert Hensing
This seems like a copy paste error or a remnant of some older design. The option search result page works fine when the `type` parameter is removed.
This solves two problems: - Links with `?channel=22.11` etc keep working. - Historic options can be viewed, which would be great for reviving outdated configs and generally when digging for...
We've started cataloging `pkg-config` packages ("modules"). It'd be awesome to have this data in the package search. The format is quite simple ``` # check-meta.nix pkgConfigModules = listOf str; ```...
### Description When renaming a file in a collection of Nix files, the relative path expressions that referenced the old location become invalid. The Nixpkgs architecture team is working on...
Some software - notably nix - may behave differently when it's uid 0. Changing the "virtual" uid seems possible with OCI Container `process.user.uid = ` (but docs are sparse?) Get...
**Description** Metadata that's shared with the scheduler (ie hercules-ci.com) is only loaded on startup, so *some* `nix.conf` changes require a restart of the agent. This is not detected automatically. **To...
**Description** Git connections to GitHub have become unreliable as of late. See upstream Nix issue - https://github.com/NixOS/nix/issues/9153 Would fix in Nix, but the git fetcher is already being worked on....
This came up during troubleshooting. Replacing the `systemd.paths`-based solution (and similar in nix-darwin) by a built-in file watch will reduce the number of restarts and make the deployment a bit...