Skip to content

Commit

Permalink
python/pdm: Changes deps.python3 refs to deps.python
Browse files Browse the repository at this point in the history
  • Loading branch information
purepani committed Apr 28, 2024
1 parent 72708e9 commit 2d02643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dream2nix/WIP-python-pdm/lock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d02643

Please sign in to comment.