Merge pull request #261144 from Artturin/zshpassthru

This commit is contained in:
Artturi
2023-10-16 22:54:16 +03:00
committed by GitHub
+6 -1
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;
};
};
}