1
2
3
4
5
6
error: attribute 'x' already defined at /pwd/in.nix:7:5
       at /pwd/in.nix:8:18:
            7|     x = 789;
            8|     inherit (as) x;
             |                  ^
            9|   };