diff options
author | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2022-04-13 10:26:50 +0200 |
---|---|---|
committer | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2023-01-17 14:17:28 +0100 |
commit | 1f02aa4098a61e60062e3ecdb713810e24efa25a (patch) | |
tree | 9cc0028feb215b31ec555e1ca6f9ab889983fd1c /tests/common.sh.in | |
parent | 0601050755ba39f52fdd2a0fc0478baaf9b1c7b9 (diff) |
Test the migration of the user profiles
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 73c2d2309..74bbbc8ca 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -62,7 +62,7 @@ readLink() { } clearProfiles() { - profiles="$NIX_STATE_DIR"/profiles + profiles="$HOME"/.local/share/nix/profiles rm -rf $profiles } |