feat(utils): add zip to default utils

This commit is contained in:
oddlama 2023-12-03 15:10:40 +01:00
parent 2f4c2df735
commit 310779fd89
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -24,6 +24,8 @@ lib.optionalAttrs (!minimal) {
rsync rsync
sd sd
tree tree
unzip
zip
wget wget
]; ];
}; };