Eelco Dolstra
Eelco Dolstra
**Describe the bug** https://hydra.nixos.org/build/202863797 ``` /tmp/nix-build-aws-sdk-cpp-1.9.294.drv-0/source/aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp:729: Failure Expected equality of these values: Aws::Region::US_WEST_2 Which is: "us-west-2" config.region Which is: "us-east-1" /tmp/nix-build-aws-sdk-cpp-1.9.294.drv-0/source/aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp:730: Failure Expected equality of these values: "Dijkstra" config.profileName.c_str() Which...
**Describe the bug** E.g. on nixpkgs: ``` # git checkout a28adc36c20fd2fbaeb06ec9bbd79b6bf7443979 # nix flake metadata Resolved URL: git+file:///home/eelco/Dev/nixpkgs Locked URL: git+file:///home/eelco/Dev/nixpkgs?ref=a28adc36c20fd2fbaeb06ec9bbd79b6bf7443979&rev=a28adc36c20fd2fbaeb06ec9bbd79b6bf7443979 ... ``` **Expected behavior** The `ref` field should be...
Done: @edolstra, @armijnhemel To do: Ron, Domen, Theophane
And possibly amend the statutes as needed.
# Motivation This should remove all "cached failure of attribute X" messages by forcing evaluation of the original value when it's needed to show the exception to the user. #...
# Motivation Subflakes are flakes in the same tree, accessed in flake inputs via relative paths (e.g. `inputs.foo.url = "path:./subdir"`). Previously these didn't work very well because they would be...
# Motivation This PR makes the evaluator thread-safe. Currently, only `nix flake search` and `nix flake show` make use of multi-threaded evaluation to achieve a speedup on multicore systems. Unlike...
# Motivation The ability to substitute inputs was removed in #10612 because it was broken: with user-specified inputs containing a `narHash` attribute, substitution resulted in an input that lacked the...
# Motivation Backward-compatible schema changes (e.g. those that add tables or nullable columns) now no longer need a change to the global schema file (`/nix/var/nix/db/schema`). Thus, old Nix versions can...