1
0
Fork 0
mirror of https://github.com/NixOS/ofborg synced 2024-10-18 14:56:36 -04:00

Always show ofborg debug logs in a nix-shell

This commit is contained in:
Graham Christensen 2018-09-06 22:31:25 -04:00
parent 4a73d64c5d
commit 5293fb7784
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -58,6 +58,7 @@ let
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;
};