Skip to content

Commit 94dcba7

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ jobs:
161161
sudo apt-get install -yq zstd
162162
sudo apt-get clean
163163
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
164-
# - name: Install Nix
165-
# uses: DeterminateSystems/nix-installer-action@a48face58194521af687ce7df4c802b1b558e743 # ratchet:DeterminateSystems/nix-installer-action@main
166-
# with:
167-
# extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
168164
- name: Install Nix
169-
uses: nixbuild/nix-quick-install-action@v33
165+
uses: DeterminateSystems/nix-installer-action@a48face58194521af687ce7df4c802b1b558e743 # ratchet:DeterminateSystems/nix-installer-action@main
170166
with:
171-
nix_conf: "system-features = nixos-test benchmark big-parallel kvm"
167+
extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
168+
# - name: Install Nix
169+
# uses: nixbuild/nix-quick-install-action@v33
170+
# with:
171+
# nix_conf: "system-features = nixos-test benchmark big-parallel kvm"
172172
- name: Setup remote cache
173173
# TODO: disable continue-on-error https://www.github.com/cachix/cachix-action/issues/200
174174
uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master

0 commit comments

Comments
 (0)