himalaya 1.2.0

CLI to manage emails
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  nixpkgs ? <nixpkgs>,
  system ? builtins.currentSystem,
  pkgs ? import nixpkgs { inherit system; },
  pimalaya ? import (fetchTarball "https://github.com/pimalaya/nix/archive/master.tar.gz"),
  fenix ? import (fetchTarball "https://github.com/nix-community/fenix/archive/monthly.tar.gz") { },
}:

pimalaya.mkShell {
  inherit
    nixpkgs
    system
    pkgs
    fenix
    ;
}