lol

installer: fix broken search suggestion in default config (#378797)

authored by

Paul Haerle and committed by
GitHub
772ee195 114ed5b6

+2 -2
+2 -2
nixos/modules/installer/tools/tools.nix
··· 159 159 160 160 # programs.firefox.enable = true; 161 161 162 - # List packages installed in system profile. To search, run: 163 - # \$ nix search wget 162 + # List packages installed in system profile. 163 + # You can use https://search.nixos.org/ to find more packages (and options). 164 164 # environment.systemPackages = with pkgs; [ 165 165 # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. 166 166 # wget