mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(utils): add zip to default utils
This commit is contained in:
parent
2f4c2df735
commit
310779fd89
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ lib.optionalAttrs (!minimal) {
|
||||||
rsync
|
rsync
|
||||||
sd
|
sd
|
||||||
tree
|
tree
|
||||||
|
unzip
|
||||||
|
zip
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue