ytarchive: init at 0.2.2

This commit is contained in:
2021-06-26 21:07:26 +10:00
parent 7edffe7e56
commit 0335b240b6
2 changed files with 38 additions and 0 deletions

View File

@ -125,5 +125,7 @@ rec {
python2Packages = pkgs.python2Packages // python2Packages.overlay;
};
ytarchive = pkgs.callPackage ../tools/misc/ytarchive { };
zsh-z = pkgs.callPackage ../shells/zsh/zsh-z { };
}