mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
configuration template: add hint to install editor (#105771)
fixes #25376
This commit is contained in:
parent
a8e7d96eb2
commit
20e0c6d583
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ in
|
|||
# List packages installed in system profile. To search, run:
|
||||
# \$ nix search wget
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# wget vim
|
||||
# nano vim # don't forget to add an editor to edit configuration.nix!
|
||||
# wget
|
||||
# firefox
|
||||
# ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue