Setup ircbot

This commit is contained in:
Graham Christensen 2017-12-04 20:58:08 -05:00
parent 7e547c8aaf
commit 781bdcdf8d
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
3 changed files with 1117 additions and 0 deletions

View file

@ -11,4 +11,5 @@ let
'';
in {
ofborg.rs = stripDeps (pkgs.callPackage ./nix/ofborg-carnix.nix {}).ofborg_0_1_0;
ircbot = stripDeps (pkgs.callPackage ./nix/ircbot-carnix.nix {}).ircbot_0_1_0;
}

1115
nix/ircbot-carnix.nix Normal file

File diff suppressed because it is too large Load diff

View file

@ -3,3 +3,4 @@
cd nix
carnix ./../ofborg/Cargo.lock --output ./ofborg-carnix.nix
carnix ./../ircbot/Cargo.lock --output ./ircbot-carnix.nix