mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
@@ -79,7 +79,6 @@
|
||||
};
|
||||
|
||||
test.stubs = {
|
||||
dbus = { };
|
||||
river = { };
|
||||
xwayland = { };
|
||||
};
|
||||
|
||||
@@ -62,6 +62,6 @@ extra config
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user