ortie 0.1.0

CLI to manage OAuth 2.0 access tokens
1
2
3
4
5
6
7
8
{
  pimalaya ? import (fetchTarball "https://github.com/pimalaya/nix/archive/master.tar.gz"),
  ...
}:

pimalaya.mkShell {
  extraBuildInputs = "nixd,nixfmt-rfc-style,dbus,openssl";
}