4 lines
102 B
Nix
4 lines
102 B
Nix
{ lib, pkgs, ... }:
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
getmail = ./getmail.nix;
|
|
}
|