python/pdm: Fixes order of build inputs in devShell so that the path to

path to the interpreter is correct.
This commit is contained in:
purepani 2024-03-27 00:02:48 -05:00 committed by mergify[bot]
parent a49444a5ef
commit 4710341e67

View File

@ -112,8 +112,8 @@ in {
in
config.deps.mkShell {
packages = [
config.deps.pdm
interpreter
config.deps.pdm
];
};
groups = let