Merge pull request #140 from nix-community/jq-fix

This commit is contained in:
Lassulus 2023-02-04 23:17:28 +01:00 committed by GitHub
commit 492b01f2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ def deactivate:
def walk:
[
(.mountpoints[] | "umount -R \(.)"),
(.mountpoints[] | select(. != null) | "umount -R \(.)"),
((.children // []) | map(walk)),
remove,
deactivate