Skip to content

Commit 797f2d2

Browse files
authored
chore: pin the nix version to avoid some issues (#574)
1 parent a6233dc commit 797f2d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-classic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: "Build classic firmware"
3333
run: |
34-
sh <(curl -L https://nixos.org/nix/install) --no-daemon
34+
sh <(curl -L https://releases.nixos.org/nix/nix-2.23.3/install) --no-daemon
3535
. $HOME/.nix-profile/etc/profile.d/nix.sh
3636
nix-shell --run "poetry install"
3737
nix-shell --run "poetry run ./legacy/script/setup"

.github/workflows/build-mini.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: "Build mini firmware"
3232
run: |
33-
sh <(curl -L https://nixos.org/nix/install) --no-daemon
33+
sh <(curl -L https://releases.nixos.org/nix/nix-2.23.3/install) --no-daemon
3434
. $HOME/.nix-profile/etc/profile.d/nix.sh
3535
nix-shell --run "poetry install"
3636
nix-shell --run "poetry run ./legacy/script/setup"

.github/workflows/build-touch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
PRODUCTION: 1
3333
run: |
34-
sh <(curl -L https://nixos.org/nix/install) --no-daemon
34+
sh <(curl -L https://releases.nixos.org/nix/nix-2.23.3/install) --no-daemon
3535
. $HOME/.nix-profile/etc/profile.d/nix.sh
3636
nix-shell --run "poetry install"
3737
git submodule update --init --recursive

0 commit comments

Comments
 (0)