mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nixos/nixos-generate-config: update search command
This commit is contained in:
parent
92265e807e
commit
e8d5070e23
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
# ];
|
||||
|
|
Loading…
Reference in a new issue