Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-02-02 19:46:31 +01:00
51 changed files with 540 additions and 267 deletions
@@ -16,10 +16,8 @@ python3Packages.buildPythonApplication rec {
six
];
# Prevent tests from trying to create configuration in /homeless-shelter.
preCheck = ''
export HOME=$PWD/test-home
'';
# no tests
doCheck = false;
meta = with lib; {
homepage = "https://github.com/frostming/legit";