diff --git a/pkgs/notes/create-daily-notes.patch b/pkgs/notes/change-filename-format.patch similarity index 100% rename from pkgs/notes/create-daily-notes.patch rename to pkgs/notes/change-filename-format.patch diff --git a/pkgs/notes/default.nix b/pkgs/notes/default.nix index d6944e99..4dd4ba7f 100644 --- a/pkgs/notes/default.nix +++ b/pkgs/notes/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { buildInputs = [ bash ]; patches = [ - ./create-daily-notes.patch + ./change-filename-format.patch ]; installPhase = ''