mirror of
https://github.com/nix-community/home-manager
synced 2024-11-17 00:29:45 +01: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:
parent
853e7bd24f
commit
0afc2f0f19
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue