mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 06:21:30 +03:00
python/pdm: Changes deps.python3 refs to deps.python
This commit is contained in:
parent
72708e9bba
commit
babb6e3b69
@ -27,7 +27,7 @@
|
||||
|
||||
pushd "$(${config.paths.findRoot})/${config.paths.package}"
|
||||
|
||||
echo ${config.deps.python3}/bin/python3 > .pdm-python
|
||||
echo ${config.deps.python}/bin/python > .pdm-python
|
||||
pdm -c ${pdmConfig} lock
|
||||
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user