rust: Use unmount-environment
This commit is contained in:
parent
625ce83c94
commit
5af14d7504
1 changed files with 1 additions and 1 deletions
2
env/rust.scm
vendored
2
env/rust.scm
vendored
|
@ -190,7 +190,7 @@ function."
|
||||||
#:home (overlay-mount-merged mnt)
|
#:home (overlay-mount-merged mnt)
|
||||||
#:mappings mappings)
|
#:mappings mappings)
|
||||||
(sync)
|
(sync)
|
||||||
(system* "umount" target)
|
(unmount-environment env)
|
||||||
(with-directory-excursion (overlay-mount-upper mnt)
|
(with-directory-excursion (overlay-mount-upper mnt)
|
||||||
(for-each (λ (f)
|
(for-each (λ (f)
|
||||||
(unless (member f controlled-files)
|
(unless (member f controlled-files)
|
||||||
|
|
Loading…
Reference in a new issue