Skip to content

Commit

Permalink
Merge branch 'released' into released
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Oct 31, 2018
2 parents a7bafa5 + 6a11392 commit c6f4b44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions config.extra-known-users.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[
"aanderse",
"akru",
"alyssais",
"arianvp",
"bbarker",
"bhipple",
"bignaux",
"brainrape",
"costrouc",
"danieldk",
"edef1c",
"Ekleog",
"Enzime",
Expand All @@ -14,6 +18,7 @@
"eqyiel",
"fgaz",
"florianjacob",
"geistesk",
"grwlf",
"imalsogreg",
"jlesquembre",
Expand All @@ -38,5 +43,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 c6f4b44

Please sign in to comment.