mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
getmail: restrict tests to Linux
This commit is contained in:
parent
8f7cd53204
commit
8467e7e10a
1 changed files with 1 additions and 1 deletions
|
@ -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