1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

tests/imapnotify: reorganize darwin and linux

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-22 21:40:35 -05:00
parent 5618e7a748
commit 7a64c02340
9 changed files with 10 additions and 11 deletions

View file

@ -1,5 +0,0 @@
{ lib, pkgs, ... }:
lib.optionalAttrs pkgs.stdenv.hostPlatform.isDarwin {
imapnotify-launchd = ./launchd.nix;
}

View file

@ -0,0 +1,3 @@
{
imapnotify-launchd = ./launchd.nix;
}

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ../../accounts/email-test-accounts.nix ];
imports = [ ../../../accounts/email-test-accounts.nix ];
accounts.email.accounts = {
"hm@example.com" = {

View file

@ -1,5 +1,3 @@
{ lib, pkgs, ... }:
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
imapnotify = ./imapnotify.nix;
}
(lib.optionalAttrs pkgs.stdenv.hostPlatform.isDarwin (import ./darwin/default.nix))
// (lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux (import ./linux/default.nix))

View file

@ -0,0 +1,3 @@
{
imapnotify = ./imapnotify.nix;
}

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ../../accounts/email-test-accounts.nix ];
imports = [ ../../../accounts/email-test-accounts.nix ];
accounts.email.accounts = {
"hm@example.com" = {