1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-29 09:47:27 +02:00

river: reduce risk of large rebuilds in test

Specifically, overriding the dbus package can cause rebuilds of many
packages.
This commit is contained in:
Robert Helgesson 2024-09-26 22:19:30 +02:00
parent 853e7bd24f
commit 0afc2f0f19
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
2 changed files with 1 additions and 2 deletions

View file

@ -79,7 +79,6 @@
}; };
test.stubs = { test.stubs = {
dbus = { };
river = { }; river = { };
xwayland = { }; xwayland = { };
}; };

View file

@ -62,6 +62,6 @@ extra config
### SYSTEMD INTEGRATION ### ### SYSTEMD INTEGRATION ###
@dbus@/bin/dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP NIXOS_OZONE_WL XCURSOR_THEME XCURSOR_SIZE && systemctl --user stop river-session.target && systemctl --user start river-session.target /nix/store/00000000000000000000000000000000-dbus/bin/dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP NIXOS_OZONE_WL XCURSOR_THEME XCURSOR_SIZE && systemctl --user stop river-session.target && systemctl --user start river-session.target