Unverified Commit 772ee195 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

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

parents 114ed5b6 f83f6a25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -159,8 +159,8 @@ let

      # programs.firefox.enable = true;

      # List packages installed in system profile. To search, run:
      # \$ nix search wget
      # List packages installed in system profile.
      # You can use https://search.nixos.org/ to find more packages (and options).
      # environment.systemPackages = with pkgs; [
      #   vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
      #   wget