1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00

news: cleanup invalid timestamps

We expect them to be UTC +00:00

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-08-05 22:52:11 -05:00
parent ac351d435a
commit 998c2374f0
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{ config, ... }: { config, ... }:
{ {
time = "2024-11-14T18:16:21+01:00"; time = "2024-11-14T17:16:21+00:00";
condition = config.programs.feh.enable; condition = config.programs.feh.enable;
message = '' message = ''
The 'programs.feh' module now supports custom themes configuration. The 'programs.feh' module now supports custom themes configuration.

View file

@ -1,6 +1,6 @@
{ config, ... }: { config, ... }:
{ {
time = "2024-11-24T21:15:57+01:00"; time = "2024-11-24T20:15:57+00:00";
condition = config.programs.zed-editor.enable; condition = config.programs.zed-editor.enable;
message = '' message = ''
The 'programs.zed-editor' module now supports the 'extraPackages' option. The 'programs.zed-editor' module now supports the 'extraPackages' option.

View file

@ -1,5 +1,5 @@
{ {
time = "2025-03-25T19:48:21-04:00"; time = "2025-03-25T23:48:21+00:00";
condition = true; condition = true;
message = '' message = ''
A new module is available: `programs.ripgrep-all` A new module is available: `programs.ripgrep-all`

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
time = "2025-03-25T20:44:04-06:00"; time = "2025-03-26T02:44:04+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux; condition = pkgs.stdenv.hostPlatform.isLinux;
message = '' message = ''
A new module is available: `services.mpdscribble` A new module is available: `services.mpdscribble`

View file

@ -1,5 +1,5 @@
{ {
time = "2025-03-25T21:37:24+01:00"; time = "2025-03-25T20:37:24+00:00";
condition = true; condition = true;
message = '' message = ''
A new module is available: `programs.mergiraf` A new module is available: `programs.mergiraf`

View file

@ -1,5 +1,5 @@
{ {
time = "2025-03-29T23:32:11+09:00"; time = "2025-03-29T14:32:11+00:00";
condition = true; condition = true;
message = '' message = ''
A new module is available: `programs.sesh` A new module is available: `programs.sesh`

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
time = "2025-05-08T17:45:24+02:00"; time = "2025-05-08T15:45:24+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux; condition = pkgs.stdenv.hostPlatform.isLinux;
message = '' message = ''
A new module is available: 'programs.wayprompt'. A new module is available: 'programs.wayprompt'.

View file

@ -1,7 +1,7 @@
{ config, ... }: { config, ... }:
{ {
time = "2025-06-27T18-53-10+00:00"; time = "2025-06-27T18:53:10+00:00";
condition = config.programs.ashell.enable && (config.programs.ashell.settings != { }); condition = config.programs.ashell.enable && (config.programs.ashell.settings != { });
message = '' message = ''
ashell 0.5.0 changes the configuration file location and format. ashell 0.5.0 changes the configuration file location and format.