From f83f6a25ce92fd1b6b331f3473f91bb5626ce67f Mon Sep 17 00:00:00 2001 From: Martin Schwaighofer Date: Sun, 2 Feb 2025 13:12:04 +0100 Subject: [PATCH] installer: fix broken search suggestion in default config --- nixos/modules/installer/tools/tools.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index e4d03f39018e..70a93aa51a28 100644 --- a/nixos/modules/installer/tools/tools.nix +++ b/nixos/modules/installer/tools/tools.nix @@ -117,8 +117,8 @@ let # programs.firefox.enable = true; - # List packages installed in system profile. To search, run: - # \$ nix search wget + # List packages installed in system profile. + # You can use https://search.nixos.org/ to find more packages (and options). # environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget