mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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 = {
|
test.stubs = {
|
||||||
dbus = { };
|
|
||||||
river = { };
|
river = { };
|
||||||
xwayland = { };
|
xwayland = { };
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue