1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

tests: remove stray line

This commit is contained in:
Robert Helgesson 2024-12-24 09:13:20 +01:00
parent f1b1786ea7
commit aa8c3d7f7d
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -75,6 +75,5 @@ in {
# The default configuration creates this link on activation.
machine.succeed("test -L '${pyHome}/.cache/.keep'")
succeed_as_alice("nix-shell \"<home-manager>\" -A install")
'';
}