1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

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
sd
tree
unzip
zip
wget
];
};