getmail: restrict tests to Linux
This commit is contained in:
parent
8f7cd53204
commit
8467e7e10a
|
@ -25,12 +25,12 @@ import nmt {
|
|||
git-with-most-options = ./modules/programs/git.nix;
|
||||
git-with-str-extra-config = ./modules/programs/git-with-str-extra-config.nix;
|
||||
mbsync = ./modules/programs/mbsync.nix;
|
||||
getmail = ./modules/programs/getmail.nix;
|
||||
texlive-minimal = ./modules/programs/texlive-minimal.nix;
|
||||
xresources = ./modules/xresources.nix;
|
||||
}
|
||||
// pkgs.lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux (
|
||||
{
|
||||
getmail = ./modules/programs/getmail.nix;
|
||||
i3-keybindings = ./modules/services/window-managers/i3-keybindings.nix;
|
||||
}
|
||||
// import ./modules/misc/pam
|
||||
|
|
Loading…
Reference in a new issue