From 6c78057a55487398cca876086470860ccc07b18c Mon Sep 17 00:00:00 2001 From: NixOS Wiki Date: Sat, 13 Jul 2024 11:55:13 +0000 Subject: [PATCH] Update NixOS wiki link --- README.md | 2 +- modules/home-manager/default.nix | 2 +- modules/nixos/default.nix | 2 +- overlays/default.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b0ce4d..30b844a 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ This is *my personal configuration* and is not intended to be used as-is outside ### Resources - https://wiki.nixos.org -- https://nixos.wiki +- https://wiki.nixos.org - https://noogle.dev - https://home-manager-options.extranix.com - https://search.nixos.org diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 18f08ff..3080752 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -1,4 +1,4 @@ -# Add your reusable NixOS modules to this directory, on their own file (https://nixos.wiki/wiki/Module). +# Add your reusable NixOS modules to this directory, on their own file (https://wiki.nixos.org/wiki/Module). # These should be stuff you would like to share with others, not your personal configurations. { # List your module files here diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index ff3b5f4..d0819d0 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -1,4 +1,4 @@ -# Add your reusable NixOS modules to this directory, on their own file (https://nixos.wiki/wiki/Module). +# Add your reusable NixOS modules to this directory, on their own file (https://wiki.nixos.org/wiki/Module). # These should be stuff you would like to share with others, not your personal configurations. { # List your module files here diff --git a/overlays/default.nix b/overlays/default.nix index c6eef83..b29f587 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -5,7 +5,7 @@ # This one contains whatever you want to overlay # You can change versions, add patches, set compilation flags, anything really. - # https://nixos.wiki/wiki/Overlays + # https://wiki.nixos.org/wiki/Overlays modifications = final: prev: { # example = prev.example.overrideAttrs (oldAttrs: rec { # ...