fix the devShell

This commit is contained in:
Andreas Zweili 2022-01-31 19:35:08 +01:00
parent 72151e3cbf
commit bfba56005c
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
devShell = machNix.mkPythonShell {
packagesExtra = with pkgs; [ pkgs.gnumake ];
requirements = builtins.readFile ./requirements/local.txt;
_.pytest-cov.propagatedBuildInputs.mod = pySelf: self: oldVal: oldVal ++ [ pySelf.tomli ];
};
});
}