Skip to content

Commit

Permalink
Merge branch 'released' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Oct 31, 2018
2 parents 346649f + b5f95f4 commit 74bd9f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions config.extra-known-users.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[
"aanderse",
"akru",
"alyssais",
"arianvp",
"bbarker",
"bhipple",
"bignaux",
"brainrape",
"costrouc",
"danieldk",
"dywedir",
"edef1c",
"Ekleog",
Expand All @@ -16,6 +19,7 @@
"eqyiel",
"fgaz",
"florianjacob",
"geistesk",
"grwlf",
"imalsogreg",
"jlesquembre",
Expand All @@ -42,5 +46,6 @@
"woffs",
"worldofpeace",
"xeji",
"yesbox",
"yurrriq"
]
11 changes: 6 additions & 5 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let
# HISTFILE = "${src}/.bash_hist";
};

rustEnv = stdenv.mkDerivation rec {
rustEnv = stdenv.mkDerivation (rec {
name = "gh-event-forwarder";
buildInputs = with pkgs; [
bash
Expand All @@ -55,12 +55,13 @@ let

HISTFILE = "${toString ./.}/.bash_hist";
RUSTFLAGS = "-D warnings";
LOCALE_ARCHIVE_2_21 = "${oldpkgs.glibcLocales}/lib/locale/locale-archive";
LOCALE_ARCHIVE_2_27 = "${pkgs.glibcLocales}/lib/locale/locale-archive";
RUST_BACKTRACE = "1";
RUST_LOG = "ofborg=debug";
passthru.phpEnv = phpEnv;
};

}
// stdenv.lib.optionalAttrs stdenv.isLinux {
LOCALE_ARCHIVE_2_21 = "${oldpkgs.glibcLocales}/lib/locale/locale-archive";
LOCALE_ARCHIVE_2_27 = "${pkgs.glibcLocales}/lib/locale/locale-archive";
});

in rustEnv

0 comments on commit 74bd9f7

Please sign in to comment.