mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 16:34:27 +00:00
0f27917d9a
This was an oversight in https://github.com/NixOS/nixpkgs/pull/275539 not accounted for, which would've failed in CI
4 lines
35 B
Nix
4 lines
35 B
Nix
self: super: {
|
|
baz = self.foo;
|
|
}
|