nixos/angrr: fix a typo in nixos test

This commit is contained in:
Lin Yinfeng 2026-04-27 16:45:40 +08:00
commit e8cb691e0e
No known key found for this signature in database
GPG key ID: 46947CB61521FC42

View file

@ -95,7 +95,7 @@ in
machine.succeed("su normal --command 'nix build /run/current-system --out-link /tmp/result-user-auto-gc-root-2'")
machine.systemctl("start nix-gc.service")
# Not auto gc root will be removed
# No auto gc root will be removed
machine.succeed("readlink /tmp/result-root-auto-gc-root-1")
machine.succeed("readlink /tmp/result-root-auto-gc-root-2")
machine.succeed("readlink /tmp/result-user-auto-gc-root-1")