mirror of
https://github.com/nix-community/home-manager
synced 2025-01-11 19:49:49 +01: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-most-options = ./modules/programs/git.nix;
|
||||||
git-with-str-extra-config = ./modules/programs/git-with-str-extra-config.nix;
|
git-with-str-extra-config = ./modules/programs/git-with-str-extra-config.nix;
|
||||||
mbsync = ./modules/programs/mbsync.nix;
|
mbsync = ./modules/programs/mbsync.nix;
|
||||||
getmail = ./modules/programs/getmail.nix;
|
|
||||||
texlive-minimal = ./modules/programs/texlive-minimal.nix;
|
texlive-minimal = ./modules/programs/texlive-minimal.nix;
|
||||||
xresources = ./modules/xresources.nix;
|
xresources = ./modules/xresources.nix;
|
||||||
}
|
}
|
||||||
// pkgs.lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux (
|
// pkgs.lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux (
|
||||||
{
|
{
|
||||||
|
getmail = ./modules/programs/getmail.nix;
|
||||||
i3-keybindings = ./modules/services/window-managers/i3-keybindings.nix;
|
i3-keybindings = ./modules/services/window-managers/i3-keybindings.nix;
|
||||||
}
|
}
|
||||||
// import ./modules/misc/pam
|
// import ./modules/misc/pam
|
||||||
|
|
Loading…
Reference in a new issue