oh-my-zsh: Add test

This commit is contained in:
Tim Steinbach
2020-11-04 20:37:50 -05:00
parent 9907a2d48b
commit 9813539969
3 changed files with 21 additions and 0 deletions
+2
View File
@@ -67,6 +67,8 @@ stdenv.mkDerivation rec {
'';
passthru = {
tests = { inherit (nixosTests) oh-my-zsh; };
updateScript = writeScript "update.sh" ''
#!${stdenv.shell}
set -o errexit