Merge pull request #300705 from JulienMalka/official-wiki

Changed files
+7 -7
nixos
doc
manual
administration
pkgs
applications
editors
vscode
development
tools
build-managers
yarn2nix-moretea
yarn2nix
tools
misc
polar
+2 -2
README.md
···
* [Discourse Forum](https://discourse.nixos.org/)
* [Matrix Chat](https://matrix.to/#/#community:nixos.org)
* [NixOS Weekly](https://weekly.nixos.org/)
-
* [Community-maintained wiki](https://nixos.wiki/)
-
* [Community-maintained list of ways to get in touch](https://nixos.wiki/wiki/Get_In_Touch#Chat) (Discord, Telegram, IRC, etc.)
+
* [Official wiki](https://wiki.nixos.org/)
+
* [Community-maintained list of ways to get in touch](https://wiki.nixos.org/wiki/Get_In_Touch#Chat) (Discord, Telegram, IRC, etc.)
# Other Project Repositories
+1 -1
nixos/doc/manual/administration/system-state.chapter.md
···
`rootfs` is either a `tmpfs` or reset during boot. While NixOS itself supports
this kind of configuration, special care needs to be taken.
-
[impermanent systems]: https://nixos.wiki/wiki/Impermanence
+
[impermanent systems]: https://wiki.nixos.org/wiki/Impermanence
```{=include=} sections
+1 -1
pkgs/applications/editors/vscode/vscode.nix
···
, isInsiders ? false
# sourceExecutableName is the name of the binary in the source archive over
# which we have no control and it is needed to run the insider version as
-
# documented in https://nixos.wiki/wiki/Visual_Studio_Code#Insiders_Build
+
# documented in https://wiki.nixos.org/wiki/Visual_Studio_Code#Insiders_Build
# On MacOS the insider binary is still called code instead of code-insiders as
# of 2023-08-06.
, sourceExecutableName ? "code" + lib.optionalString (isInsiders && stdenv.isLinux) "-insiders"
+1 -1
pkgs/development/tools/build-managers/ekam/default.nix
···
# of the nix store -- but ekam builds capnp locally and links against it,
# so that causes the build to fail. So, we turn this off.
#
-
# See: https://nixos.wiki/wiki/Development_environment_with_nix-shell#Troubleshooting
+
# See: https://wiki.nixos.org/wiki/Development_environment_with_nix-shell#Troubleshooting
preBuild = ''
unset NIX_ENFORCE_PURITY
'';
+1 -1
pkgs/development/tools/yarn2nix-moretea/yarn2nix/default.nix
···
) (builtins.attrNames pkgConfig);
# build-time JSON generation to avoid IFD
-
# see https://nixos.wiki/wiki/Import_From_Derivation
+
# see https://wiki.nixos.org/wiki/Import_From_Derivation
workspaceJSON = pkgs.runCommand "${name}-workspace-package.json"
{
nativeBuildInputs = [ pkgs.jq ];
+1 -1
pkgs/tools/misc/polar/default.nix
···
'';
buildInputs = [ gems ruby ];
-
# See: https://nixos.wiki/wiki/Packaging/Ruby
+
# See: https://wiki.nixos.org/wiki/Packaging/Ruby
#
# Put library content under lib/polar and the raw scripts under share/polar.
# Then, wrap the scripts so that they use the correct ruby environment and put