···2929* [Discourse Forum](https://discourse.nixos.org/)
3030* [Matrix Chat](https://matrix.to/#/#community:nixos.org)
3131* [NixOS Weekly](https://weekly.nixos.org/)
3232-* [Community-maintained wiki](https://nixos.wiki/)
3333-* [Community-maintained list of ways to get in touch](https://nixos.wiki/wiki/Get_In_Touch#Chat) (Discord, Telegram, IRC, etc.)
3232+* [Official wiki](https://wiki.nixos.org/)
3333+* [Community-maintained list of ways to get in touch](https://wiki.nixos.org/wiki/Get_In_Touch#Chat) (Discord, Telegram, IRC, etc.)
34343535# Other Project Repositories
3636
···77`rootfs` is either a `tmpfs` or reset during boot. While NixOS itself supports
88this kind of configuration, special care needs to be taken.
991010-[impermanent systems]: https://nixos.wiki/wiki/Impermanence
1010+[impermanent systems]: https://wiki.nixos.org/wiki/Impermanence
111112121313```{=include=} sections
+1-1
pkgs/applications/editors/vscode/vscode.nix
···77, isInsiders ? false
88# sourceExecutableName is the name of the binary in the source archive over
99# which we have no control and it is needed to run the insider version as
1010-# documented in https://nixos.wiki/wiki/Visual_Studio_Code#Insiders_Build
1010+# documented in https://wiki.nixos.org/wiki/Visual_Studio_Code#Insiders_Build
1111# On MacOS the insider binary is still called code instead of code-insiders as
1212# of 2023-08-06.
1313, sourceExecutableName ? "code" + lib.optionalString (isInsiders && stdenv.isLinux) "-insiders"
···3333 # of the nix store -- but ekam builds capnp locally and links against it,
3434 # so that causes the build to fail. So, we turn this off.
3535 #
3636- # See: https://nixos.wiki/wiki/Development_environment_with_nix-shell#Troubleshooting
3636+ # See: https://wiki.nixos.org/wiki/Development_environment_with_nix-shell#Troubleshooting
3737 preBuild = ''
3838 unset NIX_ENFORCE_PURITY
3939 '';
···3333 '';
3434 buildInputs = [ gems ruby ];
35353636- # See: https://nixos.wiki/wiki/Packaging/Ruby
3636+ # See: https://wiki.nixos.org/wiki/Packaging/Ruby
3737 #
3838 # Put library content under lib/polar and the raw scripts under share/polar.
3939 # Then, wrap the scripts so that they use the correct ruby environment and put