diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 75519af3..0191eec7 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -265,9 +265,9 @@ jobs: steps: - uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 - uses: docker://docker.io/nixos/nix@sha256:c3db4c484f6b1ee6c9bb8ca90307cfbeca8ef88156840911356a677eeaff4845 - name: /formatPython + name: /formatPython/default with: - args: sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /formatPython" + args: sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /formatPython/default" env: CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }} macos_formatPython: @@ -275,8 +275,8 @@ jobs: steps: - uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 - uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac - - name: /formatPython - run: nix-env -if . && m . /formatPython + - name: /formatPython/default + run: nix-env -if . && m . /formatPython/default env: CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}