about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-04-27 18:19:05 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-04-27 18:19:05 +0100
commite8d5070e23203163afb6450a6d82fc59e0012580 (patch)
treec259d4f987cf3e1a3684747117931b1419b0bdc9 /nixos
parent92265e807e60fac8bbf3c08a82715b575b5e4e7e (diff)
downloadnixlib-e8d5070e23203163afb6450a6d82fc59e0012580.tar
nixlib-e8d5070e23203163afb6450a6d82fc59e0012580.tar.gz
nixlib-e8d5070e23203163afb6450a6d82fc59e0012580.tar.bz2
nixlib-e8d5070e23203163afb6450a6d82fc59e0012580.tar.lz
nixlib-e8d5070e23203163afb6450a6d82fc59e0012580.tar.xz
nixlib-e8d5070e23203163afb6450a6d82fc59e0012580.tar.zst
nixlib-e8d5070e23203163afb6450a6d82fc59e0012580.zip
nixos/nixos-generate-config: update search command
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index 14c611e18bc3..74b61a64667e 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -577,8 +577,8 @@ $bootLoaderConfig
   # Set your time zone.
   # time.timeZone = "Europe/Amsterdam";
 
-  # List packages installed in system profile. To search by name, run:
-  # \$ nix-env -qaP | grep wget
+  # List packages installed in system profile. To search, run:
+  # \$ nix search wget
   # environment.systemPackages = with pkgs; [
   #   wget vim
   # ];