nixos/nixos-generate-config: update search command

This commit is contained in:
Jörg Thalheim 2018-04-27 18:19:05 +01:00
parent 92265e807e
commit e8d5070e23

View file

@ -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
# ];