Robert Hensing
Robert Hensing
Prototype a more extensive Nixpkgs module in flake-parts before perhaps eventually doing #41 https://twitter.com/ldesgoui/status/1592576468789628928
Diagnostic messages that a flake author may or may not care about. For example, a module might detect that it's used in a weird way, but not be sure whether...
It violates the architecture and should be replaced by a `NixOS/nixpkgs` default `flakeModule`.
Add a function that reports which option values change how when adding a definition. This may have to assume that `self` is defined by `mkFlake` only.
We've [encountered](https://hydra.nixos.org/build/251345056/nixlog/1) a test failure when building and testing on GHC 9.8.1: The failures seem quite innocent, if the change from `Symbol:c::` to `Symbol:c:` is acceptable. ``` Failures: test/Main.hs:323:15: 1)...
# Motivation Improve performance, and make the `fetchTree` interface more capable while keeping it clean. # Description This makes `fetchTree` return lazy `InputAccessor`-based `SourcePath`s instead of "cowardly" fetching them to...
**Is your feature request related to a problem? Please describe.** I don't know how we'd best present a store on windows. I'm anything but an expert on this, so I...
**Describe the bug** `NIX_PATH` environment variable does not work when `nix.conf` has a `nix-path` setting. This is highly unexpected and not intentional. Multiple issues and PRs exist, but solving this...
# Motivation A variation of `trace`, but - with the correct log level - no ANSI codes in expressions - can be debugged without stopping for actual `trace` calls (ie...
**Is your feature request related to a problem? Please describe.** The Rust bindings use `GC_allow_register_threads` and `GC_register_my_thread`/`GC_unregister_my_thread` to make its unit tests work (avoid "collecting from unknown thread"). This limits...