mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
A very unfortunate interaction of current filtering with pure eval is
that the following actually leads to `lib.a = {}`. This just adds a unit
test for this broken behavior. This is really good to be done as a unit test
via the in-memory store.
{
outputs =
{ ... }:
{
lib.a = builtins.readDir /.;
};
}
|
||
|---|---|---|
| .. | ||
| include/nix/expr/tests | ||
| tests/value | ||
| .version | ||
| meson.build | ||
| nix-meson-build-support | ||
| package.nix | ||