Installing Visual Studio Code Insiders with nix on macOS
Visual Studio Code Insiders is a version of VS Code that includes the latest features and updates. It is ideal for developers who want to try out new features before they are released in the stable version. However, there is no prebuilt version of VS Code Insiders in nixpkgs, so the package needs to be installed with an overlay. There is an example of how to do this on the NixOS Wiki, but I encountered several issues when using it. I made this work using a different approach: ...