Setup ircbot
This commit is contained in:
parent
7e547c8aaf
commit
781bdcdf8d
|
@ -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
1115
nix/ircbot-carnix.nix
Normal file
File diff suppressed because it is too large
Load diff
|
@ -3,3 +3,4 @@
|
|||
cd nix
|
||||
|
||||
carnix ./../ofborg/Cargo.lock --output ./ofborg-carnix.nix
|
||||
carnix ./../ircbot/Cargo.lock --output ./ircbot-carnix.nix
|
||||
|
|
Loading…
Reference in a new issue