···29* [Discourse Forum](https://discourse.nixos.org/)
30* [Matrix Chat](https://matrix.to/#/#community:nixos.org)
31* [NixOS Weekly](https://weekly.nixos.org/)
32-* [Community-maintained wiki](https://nixos.wiki/)
33-* [Community-maintained list of ways to get in touch](https://nixos.wiki/wiki/Get_In_Touch#Chat) (Discord, Telegram, IRC, etc.)
3435# Other Project Repositories
36
···29* [Discourse Forum](https://discourse.nixos.org/)
30* [Matrix Chat](https://matrix.to/#/#community:nixos.org)
31* [NixOS Weekly](https://weekly.nixos.org/)
32+* [Official wiki](https://wiki.nixos.org/)
33+* [Community-maintained list of ways to get in touch](https://wiki.nixos.org/wiki/Get_In_Touch#Chat) (Discord, Telegram, IRC, etc.)
3435# Other Project Repositories
36
···7`rootfs` is either a `tmpfs` or reset during boot. While NixOS itself supports
8this kind of configuration, special care needs to be taken.
910-[impermanent systems]: https://nixos.wiki/wiki/Impermanence
111213```{=include=} sections
···7`rootfs` is either a `tmpfs` or reset during boot. While NixOS itself supports
8this kind of configuration, special care needs to be taken.
910+[impermanent systems]: https://wiki.nixos.org/wiki/Impermanence
111213```{=include=} sections
+1-1
pkgs/applications/editors/vscode/vscode.nix
···7, isInsiders ? false
8# sourceExecutableName is the name of the binary in the source archive over
9# which we have no control and it is needed to run the insider version as
10-# documented in https://nixos.wiki/wiki/Visual_Studio_Code#Insiders_Build
11# On MacOS the insider binary is still called code instead of code-insiders as
12# of 2023-08-06.
13, sourceExecutableName ? "code" + lib.optionalString (isInsiders && stdenv.isLinux) "-insiders"
···7, isInsiders ? false
8# sourceExecutableName is the name of the binary in the source archive over
9# which we have no control and it is needed to run the insider version as
10+# documented in https://wiki.nixos.org/wiki/Visual_Studio_Code#Insiders_Build
11# On MacOS the insider binary is still called code instead of code-insiders as
12# of 2023-08-06.
13, sourceExecutableName ? "code" + lib.optionalString (isInsiders && stdenv.isLinux) "-insiders"
···33 # of the nix store -- but ekam builds capnp locally and links against it,
34 # so that causes the build to fail. So, we turn this off.
35 #
36- # See: https://nixos.wiki/wiki/Development_environment_with_nix-shell#Troubleshooting
37 preBuild = ''
38 unset NIX_ENFORCE_PURITY
39 '';
···33 # of the nix store -- but ekam builds capnp locally and links against it,
34 # so that causes the build to fail. So, we turn this off.
35 #
36+ # See: https://wiki.nixos.org/wiki/Development_environment_with_nix-shell#Troubleshooting
37 preBuild = ''
38 unset NIX_ENFORCE_PURITY
39 '';
···33 '';
34 buildInputs = [ gems ruby ];
3536- # See: https://nixos.wiki/wiki/Packaging/Ruby
37 #
38 # Put library content under lib/polar and the raw scripts under share/polar.
39 # Then, wrap the scripts so that they use the correct ruby environment and put
···33 '';
34 buildInputs = [ gems ruby ];
3536+ # See: https://wiki.nixos.org/wiki/Packaging/Ruby
37 #
38 # Put library content under lib/polar and the raw scripts under share/polar.
39 # Then, wrap the scripts so that they use the correct ruby environment and put