In my working directory, a temporary directory is created with a socket inside of it. I cannot change this.
I am not using git and cannot switch to git, so I’m building based on all the contents of the current directory.
Thus nix always tries to copy the socket when I invoke flake commands, and fails because it “has unsupported type”.
Is there any way to work around this for now, other than via Overhaul flake ignore system · Issue #12291 · NixOS/nix · GitHub?