summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2018-04-28 00:33:21 +0200
committerGitHub <noreply@github.com>2018-04-28 00:33:21 +0200
commitb15e884f80d15ceb56bcb9da6d2e11b75ea7d838 (patch)
tree174136a6537808e66100dbe4f001b73842d846fb /nixos
parent1c9dc7daa1105f59f22ff2741e28217dfa16cc3d (diff)
parente8d5070e23203163afb6450a6d82fc59e0012580 (diff)
downloadnixpkgs-b15e884f80d15ceb56bcb9da6d2e11b75ea7d838.tar
nixpkgs-b15e884f80d15ceb56bcb9da6d2e11b75ea7d838.tar.gz
nixpkgs-b15e884f80d15ceb56bcb9da6d2e11b75ea7d838.tar.bz2
nixpkgs-b15e884f80d15ceb56bcb9da6d2e11b75ea7d838.tar.lz
nixpkgs-b15e884f80d15ceb56bcb9da6d2e11b75ea7d838.tar.xz
nixpkgs-b15e884f80d15ceb56bcb9da6d2e11b75ea7d838.tar.zst
nixpkgs-b15e884f80d15ceb56bcb9da6d2e11b75ea7d838.zip
Merge pull request #39617 from Mic92/nixos-generate-config
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 14c611e18bc..74b61a64667 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
   # ];