Skip to content

Commit

Permalink
treewide: point wiki links to official wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMalka committed Apr 1, 2024
1 parent 1024f71 commit 7d4b7ac
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
* [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

Expand Down
2 changes: 1 addition & 1 deletion nixos/doc/manual/administration/system-state.chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ However, it is possible and not-uncommon to create [impermanent systems], whose
`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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vscode/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
, 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"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/build-managers/ekam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation {
# 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
'';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ in rec {
) (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 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/polar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
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
Expand Down

0 comments on commit 7d4b7ac

Please sign in to comment.