forked from the-distro/ofborg
assorted patches
This commit is contained in:
parent
8c9e63d12c
commit
2981bd7f98
|
@ -13,7 +13,6 @@ 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;
|
ircbot = stripDeps (pkgs.callPackage ./nix/ircbot-carnix.nix {}).ircbot_0_1_0;
|
||||||
|
|
||||||
# /nix/store/a4xfsgh5bwh5w4m9y1j40ry4dq892gl4-ofborg/
|
|
||||||
ofborg.php = pkgs.runCommand
|
ofborg.php = pkgs.runCommand
|
||||||
"ofborg"
|
"ofborg"
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
[factoids]
|
[factoids]
|
||||||
|
"!factoids" = "Have a helpful Nix factoid? Send a PR! https://github.com/grahamc/ofborg/blob/master/factoids.toml"
|
||||||
"!cloudfront" = "https://gist.github.com/grahamc/df1bb806eb3552650d03eef7036a72ba"
|
"!cloudfront" = "https://gist.github.com/grahamc/df1bb806eb3552650d03eef7036a72ba"
|
||||||
"!which channel" = "https://gist.github.com/grahamc/c60578c6e6928043d29a427361634df6#which-channel-is-right-for-me"
|
"!which channel" = "https://gist.github.com/grahamc/c60578c6e6928043d29a427361634df6#which-channel-is-right-for-me"
|
2
ircbot/Cargo.lock
generated
2
ircbot/Cargo.lock
generated
|
@ -53,7 +53,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "amqp"
|
name = "amqp"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/grahamc/rust-amqp.git#7aedd23b36a44bf8820e708639273f19989ef688"
|
source = "git+https://github.com/grahamc/rust-amqp.git#8f40d623cf94af15a2e1e120cdf1d8c6f157e881"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"amq-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"amq-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -42,8 +42,8 @@ let kernel = buildPlatform.parsed.kernel.name;
|
||||||
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
|
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/grahamc/rust-amqp.git";
|
url = "https://github.com/grahamc/rust-amqp.git";
|
||||||
rev = "7aedd23b36a44bf8820e708639273f19989ef688";
|
rev = "8f40d623cf94af15a2e1e120cdf1d8c6f157e881";
|
||||||
sha256 = "13j5b6ndl3kplr55bmc2knzxxh7nggxr8xajrqnnds77iyqlcl8i";
|
sha256 = "1wqxw81cwarhfxp5mgfa8ygswj4rzi0xj4q6wsg93p6hcj2h3aib";
|
||||||
};
|
};
|
||||||
inherit dependencies buildDependencies features;
|
inherit dependencies buildDependencies features;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue