mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
10 lines
103 B
Nix
10 lines
103 B
Nix
(
|
|
{
|
|
__functor = self: x: self.foo && x;
|
|
foo = false;
|
|
}
|
|
// {
|
|
foo = true;
|
|
}
|
|
)
|
|
true
|