1
2
3
4
5
6
error: attribute 'x' already defined at /pwd/in.nix:2:3
       at /pwd/in.nix:4:3:
            3|   y = 456;
            4|   x = 789;
             |   ^
            5| }