zsh: add nixosTests zsh-history & oh-my-zsh to passthru.tests
This commit is contained in:
parent
153d89edda
commit
9b10f9a0c4
1 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
, ncurses
|
||||
, pcre
|
||||
, pkg-config
|
||||
, buildPackages }:
|
||||
, buildPackages
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
let
|
||||
version = "5.9";
|
||||
|
@ -143,5 +145,8 @@ EOF
|
|||
|
||||
passthru = {
|
||||
shellPath = "/bin/zsh";
|
||||
tests = {
|
||||
inherit (nixosTests) zsh-history oh-my-zsh;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue