Robert Hensing
Robert Hensing
# Motivation Nixpkgs currently has a failing test in - https://github.com/NixOS/nixpkgs/pull/285264 This might be a regression. # This PR The goal of this PR is to update the Nixpkgs pin...
**Is your feature request related to a problem? Please describe.** Some configuration formats support hex or octal syntax. It would be nice if those numbers were easily expressed in Nix...
## Problem `__curPos` keyword is undocumented ## Proposal Add to - Language constructs - Constants: a link to the subsection in Language consturcts, because readers might expect to find it...
**Is your feature request related to a problem? Please describe.** We can't currently swap out an `inputSrcs` derivation input for an `inputDrvs` input derivation input and get the same output...
Using libgit for deduplication yields a very simple implementation but drastically worsens eval performance. I've [mentioned this](https://github.com/NixOS/nix/pull/6530#issuecomment-1412565948) before in the "Source tree abstraction" PR. A current benchmark confirms these results:...
https://github.com/hercules-ci/gitignore.nix/blob/master/docs/gitignoreFilter.md - Better example - Flake - Promote in README - Improve flake attributes / interface if needed - Convenience function for `.flakeignore`? - `flakeModule`?
## Expected Behavior - Do not load the overlays of all inputs. Not appropriate for a framework, as it's O(n), and makes a single overlay strict in all overlays. -...
## Description of changes Help users find what they need to run NixOS tests. Follow-up to - https://github.com/NixOS/nixpkgs/pull/282401#issuecomment-1976373687 ## Things done - Built on platform(s) - [x] x86_64-linux - [...
**Observations** Some contributors are skeptical about the `nix.dev` separation. - https://github.com/NixOS/nixpkgs/pull/272183#discussion_r1416593597 It would be nice for that information to be discoverable, and easy for anyone (but especially us) to refer...
This seems like something we should disable in all cases, as DHCP is not really a container level concern, and as far as I know the container runtime should configure...