We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbb1a1 commit e941d80Copy full SHA for e941d80
.github/workflows/review.yml
@@ -79,6 +79,9 @@ jobs:
79
fetch_cmd_x86_64-darwin: ${{ steps.report.outputs.fetch_cmd_x86_64-darwin }}
80
fetch_cmd_aarch64-darwin: ${{ steps.report.outputs.fetch_cmd_aarch64-darwin }}
81
steps:
82
+ - name: prepare /nix
83
+ run: sudo mkdir /mnt/nix && sudo mount -m -o bind /mnt/nix /nix
84
+ if: ${{ matrix.system == 'x86_64-linux' || matrix.system == 'aarch64-linux' }}
85
- name: install nix
86
uses: DeterminateSystems/nix-installer-action@v16
87
- name: clone nixpkgs
0 commit comments