Ryan Hendrickson
Ryan Hendrickson
#10970 Moving the existing content of values.md into constructs.md and sketching out the bones of what should be there instead. Ping @fricklerhandwerk # Priorities and Process Add :+1: to [pull...
**Is your feature request related to a problem? Please describe.** I'm in a REPL. I'm exploring parts of Nixpkgs. I type a partial expression: ``` nix-repl> someExpr.foo { bar =...
## Problem The Nix language reference (section 5 in the manual) is somewhat haphazardly organized and missing some details about the language. Could go into more detail if required but...
[Rendered](https://github.com/rhendric/nix-rfcs/blob/rhendric/list-index-syntax/rfcs/0181-list-index-syntax.md)
The previous place where OR_KW was inserted into the grammar to allow expressions like "map or [...]" led to a number of weird outcomes. By moving it to expr_simple, expressions...
# Motivation Fixes #11268. # Context This should be non-breaking. As a side effect, it makes some duplicate attribute error messages nicer (later occurrences point back to previous occurrences rather...
**Describe the bug** I would like to be able to say the following: * A binding to an attribute path `a.b.c = 1;` is equivalent to `a = { b...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. I have a...
I found this project while looking for a way to set my monitor's color temperature based on the ambient light in the room, but it seems—unless I missed something—that this...
This appeases the -Wnoncanonical-monad-instances warning. This warning exists because a future GHC release may treat noncanonical definitions as errors. See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return