forked from mirrors/nixpkgs
nixos/nixos-generate-config: update search command
This commit is contained in:
parent
92265e807e
commit
e8d5070e23
|
@ -577,8 +577,8 @@ $bootLoaderConfig
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
# time.timeZone = "Europe/Amsterdam";
|
# time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# \$ nix-env -qaP | grep wget
|
# \$ nix search wget
|
||||||
# environment.systemPackages = with pkgs; [
|
# environment.systemPackages = with pkgs; [
|
||||||
# wget vim
|
# wget vim
|
||||||
# ];
|
# ];
|
||||||
|
|
Loading…
Reference in a new issue