Merge pull request #261144 from Artturin/zshpassthru

This commit is contained in:
Artturi 2023-10-16 22:54:16 +03:00 committed by GitHub
commit 36e6ea937e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
};
}