summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-09-19 21:50:15 +0200
committerGitHub <noreply@github.com>2023-09-19 21:50:15 +0200
commit3ff262989756def104cadee8f5525bfed0296fcc (patch)
tree715d7414650ee3d22485eaacd6317feda8bc5fa4
parent7013dbac50079ee159bd2e2003962967d7b560b7 (diff)
parent9084f59d3668d616d01a9114a2e1b0b8d17757cd (diff)
downloadnixpkgs-3ff262989756def104cadee8f5525bfed0296fcc.tar
nixpkgs-3ff262989756def104cadee8f5525bfed0296fcc.tar.gz
nixpkgs-3ff262989756def104cadee8f5525bfed0296fcc.tar.bz2
nixpkgs-3ff262989756def104cadee8f5525bfed0296fcc.tar.lz
nixpkgs-3ff262989756def104cadee8f5525bfed0296fcc.tar.xz
nixpkgs-3ff262989756def104cadee8f5525bfed0296fcc.tar.zst
nixpkgs-3ff262989756def104cadee8f5525bfed0296fcc.zip
Merge pull request #255880 from Atemu/installer-configuration.nix-search.nixos.org
nixos/installer: mention search.nixos.org
-rw-r--r--nixos/modules/installer/tools/tools.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 6564b583464..78bcbbe2db5 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -134,8 +134,8 @@ in
 
     system.nixos-generate-config.configuration = mkDefault ''
       # Edit this configuration file to define what should be installed on
-      # your system.  Help is available in the configuration.nix(5) man page
-      # and in the NixOS manual (accessible by running `nixos-help`).
+      # your system. Help is available in the configuration.nix(5) man page, on
+      # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
 
       { config, lib, pkgs, ... }: