Skip to content

Commit 96b0a42

Browse files
committed
fix(nix): don't wait for multi-user.target
in the `anything-sync-daemon` Nix flake check, as it (a) appears to be unnecessary to do so (even though we need an `asduser` session to run certain assertions) and (b) appears to break the check on GitHub actions, as we hit the retry timeout before `multi-user.target` is reached.
1 parent 1405dad commit 96b0a42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nix/checks.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
asd.start_job('asd.service')
3434
asd.wait_for_unit('asd.service')
3535
36-
asd.wait_for_unit('multi-user.target')
37-
3836
# Ensure user session doesn't end when user logs out
3937
asd.succeed("loginctl enable-linger ${user}")
4038

0 commit comments

Comments
 (0)