Okay great! How do I fix it… presumably it was put there for a reason (I did not put it there)? I’ll file a ticket on https://github.com/Misterio77/nix-starter-configs/tree/minimal so others do not have the same issue.
But just so I understand/learn a bit more about Nix (the language), How does assigning a symbol (pkgs) override anything? If assignment has that side effect, it would be seem to be bad and unpredictable… or are you saying nixpkgs.legacyPackages.x86_64-linux
is a function call that has the side effect? It doesn’t look like a function call to my old imperative eyes