forked from the-distro/ofborg
Setup ircbot
This commit is contained in:
parent
7e547c8aaf
commit
781bdcdf8d
|
@ -11,4 +11,5 @@ let
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
ofborg.rs = stripDeps (pkgs.callPackage ./nix/ofborg-carnix.nix {}).ofborg_0_1_0;
|
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
|
cd nix
|
||||||
|
|
||||||
carnix ./../ofborg/Cargo.lock --output ./ofborg-carnix.nix
|
carnix ./../ofborg/Cargo.lock --output ./ofborg-carnix.nix
|
||||||
|
carnix ./../ircbot/Cargo.lock --output ./ircbot-carnix.nix
|
||||||
|
|
Loading…
Reference in a new issue