Merge pull request #39617 from Mic92/nixos-generate-config

nixos/nixos-generate-config: update search command
This commit is contained in:
Sarah Brofeldt 2018-04-28 00:33:21 +02:00 committed by GitHub
commit b15e884f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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