Hello!
I am getting the error in the title, and can’t seem to find anything on Google about it. The traceback is as follows:
error: duplicate derivation output 'dist'
at /nix/store/0b1s6l5i9izifskg8kgc29jn5bzgdjnv-source/pkgs/stdenv/generic/make-derivation.nix:270:7:
269| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
270| name =
| ^
271| let
… while evaluating the attribute 'outputs' of the derivation 'python3.10-titan-1.0.0.0'
at /nix/store/0b1s6l5i9izifskg8kgc29jn5bzgdjnv-source/pkgs/stdenv/generic/make-derivation.nix:270:7:
269| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
270| name =
| ^
271| let
… while evaluating the attribute 'drvPath'
at /nix/store/0b1s6l5i9izifskg8kgc29jn5bzgdjnv-source/lib/customisation.nix:213:7:
212| in commonAttrs // {
213| drvPath = assert condition; drv.drvPath;
| ^
214| outPath = assert condition; drv.outPath;
… while checking the derivation 'packages.x86_64-linux.default'
at /nix/store/sk4ga2wy0b02k7pnzakwq4r3jdknda4g-source/flattenTree.nix:16:9:
15| (sum // {
16| "${pathStr}" = val;
| ^
17| })
… while checking flake output 'packages'
at /nix/store/sk4ga2wy0b02k7pnzakwq4r3jdknda4g-source/default.nix:136:17:
135| {
136| ${key} = (attrs.${key} or { })
| ^
137| // (appendSystem key system ret);
The code is a little difficult to follow, but I’ve posted it here.
Any help would be greatly appreciated!