Skip to content

Commit fc9e0a2

Browse files
fix(build-nix-images): toggle detsys nix
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 2ac95ea commit fc9e0a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-nix-images.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # ratchet:mxschmitt/action-tmate@v3
8282
if: ${{ inputs.debug_enabled == 'true' }}
8383

84-
# - name: Install Nix
85-
# uses: DeterminateSystems/nix-installer-action@a48face58194521af687ce7df4c802b1b558e743 # ratchet:DeterminateSystems/nix-installer-action@main
86-
# with:
87-
# extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
8884
- name: Install Nix
89-
uses: nixbuild/nix-quick-install-action@v33
85+
uses: DeterminateSystems/nix-installer-action@a48face58194521af687ce7df4c802b1b558e743 # ratchet:DeterminateSystems/nix-installer-action@main
9086
with:
91-
nix_conf: "system-features = nixos-test benchmark big-parallel kvm"
87+
extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
88+
# - name: Install Nix
89+
# uses: nixbuild/nix-quick-install-action@v33
90+
# with:
91+
# nix_conf: "system-features = nixos-test benchmark big-parallel kvm"
9292
- name: Setup remote cache
9393
# TODO: disable continue-on-error https://www.github.com/cachix/cachix-action/issues/200
9494
uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master

0 commit comments

Comments
 (0)