Unverified Commit 9a3676e6 authored by John Titor's avatar John Titor
Browse files

nixos/vim: update example of package option

parent 606abdf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ in

    defaultEditor = lib.mkEnableOption "vim as the default editor";

    package = lib.mkPackageOption pkgs "vim" { example = "vim-full"; };
    package = lib.mkPackageOption pkgs "vim" { example = [ "vim-full" ]; };
  };

  # TODO: convert it into assert after 24.11 release