From e7f727ef20de7101e400b4a1d7f34c0b1cb992b4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 30 Nov 2022 15:39:34 -0500 Subject: [PATCH] The Nix package does know how to do this now, sort of --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 051e690b7..d288f680d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -413,14 +413,6 @@ jobs: cachix use "${CACHIX_NAME}" 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": name: "Build" command: |