You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point since the last successful flake.lock update a change to nixpkgs seems to have changed how certain files in the TOML and YAML filetype gety generated.
This results in 4 test cases failing:
alacritty-merging-settings
alacritty-merging-settings: FAILED
Expected home-files/.config/alacritty/alacritty.toml to be same as /nix/store/3vva42k10x0v1cwpz77rl6fx46d3r2x8-settings-toml-expected.toml but were different:
--- actual
+++ expected
@@ -1,3 +1,4 @@
+[font]
[font.bold]
family = "SFMono"
For further reference please introspect /nix/store/dlhsx7z20izbzbscknqxfgaigddksvqz-nmt-report-alacritty-merging-settings
alacritty-toml-config
alacritty-toml-config: FAILED
Expected home-files/.config/alacritty/alacritty.toml to be same as /nix/store/3vva42k10x0v1cwpz77rl6fx46d3r2x8-settings-toml-expected.toml but were different:
--- actual
+++ expected
@@ -1,3 +1,4 @@
+[font]
[font.bold]
family = "SFMono"
For further reference please introspect /nix/store/cbp0z54h15y0zbsj8kf4f6d4sc354xz9-nmt-report-alacritty-toml-config
espanso-basic-configuration
espanso-basic-configuration: FAILED
Expected home-files/.config/espanso/match/base.yml to be same as /nix/store/ayhphlwrw71hcay8iq97p68zmn720fb8-basic-matches.yaml but were different:
--- actual
+++ expected
@@ -10,7 +10,9 @@
matches:
- replace: It's {{currentdate}} {{currenttime}}
trigger: :now
-- replace: "line1\nline2"
+- replace: 'line1
+
+ line2'
trigger: :hello
- regex: :hi(?P<person>.*)\.
replace: Hi {{person}}!
For further reference please introspect /nix/store/agjrp2lrk880qnwad2iihzc8cniw0jh9-nmt-report-espanso-basic-configuration
spotify-player-settings
spotify-player-settings: FAILED
Expected home-files/.config/spotify-player/theme.toml to be same as /nix/store/i6imsp1kp42ikphsq3yc5bhv4pd07h5i-theme.toml but were different:
--- actual
+++ expected
@@ -1,6 +1,7 @@
[[themes]]
name = "default2"
+[themes.component_style]
[themes.component_style.block_title]
fg = "Magenta"
For further reference please introspect /nix/store/nzag3700di81hnx8jv9s6f377yi5ci1r-nmt-report-spotify-player-settings
This mirrors home-manager-bots failed flake.lock update from today: CI link
The first nixpkgs that I tried was 7ffd9ae656aec493492b44d0ddfb28e79a1ea25 from my PRs own bump commit yesterday.
Any good way to show the differences between two nixpkgs revs? I only found commands that look like they require building two entire sets of nixpkgs first
This is only affecting the tests, right? The generated files are not invalid?
If so, I guess we just need to update the tests.
As far as I can tell, yes. It's also only removing superfluous blocks with no keys(e.g. font when only under font.bold are keys).
If none of the applications care about those this should be trivial.
Are you following the right branch?
Is there an existing issue for this?
Issue description
At some point since the last successful flake.lock update a change to nixpkgs seems to have changed how certain files in the TOML and YAML filetype gety generated.
This results in 4 test cases failing:
alacritty-merging-settings
alacritty-toml-config
espanso-basic-configuration
spotify-player-settings
This mirrors home-manager-bots failed flake.lock update from today: CI link
The first nixpkgs that I tried was 7ffd9ae656aec493492b44d0ddfb28e79a1ea25 from my PRs own bump commit yesterday.
Maintainer CC
Alacritty TOML: @r-vdp
Espanso YAML: @liyangau
Spotify-Player TOML: @diniamo
System information
The text was updated successfully, but these errors were encountered: