The Nix package does know how to do this now, sort of

This commit is contained in:
Jean-Paul Calderone 2022-11-30 15:39:34 -05:00
parent d71314dfd8
commit e7f727ef20

View File

@ -413,14 +413,6 @@ jobs:
cachix use "${CACHIX_NAME}" cachix use "${CACHIX_NAME}"
nix path-info --all > /tmp/store-path-pre-build nix path-info --all > /tmp/store-path-pre-build
- "run":
# The Nix package doesn't know how to do this part, unfortunately.
name: "Generate version"
command: |
nix-shell \
-p 'python3.withPackages (ps: [ ps.setuptools ])' \
--run 'python setup.py update_version'
- "run": - "run":
name: "Build" name: "Build"
command: | command: |