fix(pip): remove default for lock file value

This commit is contained in:
phaer 2023-04-05 15:28:07 +02:00
parent 4444a26920
commit 173d77f080

View File

@ -89,7 +89,6 @@ in {
inherit (cfg) pypiSnapshotDate pipFlags requirementsList requirementsFiles nativeBuildInputs;
inherit (config.deps) python;
};
default = {};
};
pip = {