Skip to content

Ninlives/nixbot-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixBot for Telegram

Simple usage

$ cat config.json

{ 
    "nixInstantiatePath" : "/run/current-system/sw/bin/nix-instantiate",
    "nixPath" : [ "nixpkgs=/nix/store/arm3y37s9k9z5axyya210r0z1fryp2cs-nixpkgs/nixpkgs" ],
    "exprFilePath": "/tmp/expr.nix",
    "token" : "<your telegram bot token>"
}

$ nix-build

$ ./result/bin/nixbot-telegram config.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published