Skip to content

Commit

Permalink
chore: pin the nix version to avoid some issues (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
somebodyLi authored Aug 4, 2024
1 parent a6233dc commit 797f2d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: "Build classic firmware"
run: |
sh <(curl -L https://nixos.org/nix/install) --no-daemon
sh <(curl -L https://releases.nixos.org/nix/nix-2.23.3/install) --no-daemon
. $HOME/.nix-profile/etc/profile.d/nix.sh
nix-shell --run "poetry install"
nix-shell --run "poetry run ./legacy/script/setup"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Build mini firmware"
run: |
sh <(curl -L https://nixos.org/nix/install) --no-daemon
sh <(curl -L https://releases.nixos.org/nix/nix-2.23.3/install) --no-daemon
. $HOME/.nix-profile/etc/profile.d/nix.sh
nix-shell --run "poetry install"
nix-shell --run "poetry run ./legacy/script/setup"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-touch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
PRODUCTION: 1
run: |
sh <(curl -L https://nixos.org/nix/install) --no-daemon
sh <(curl -L https://releases.nixos.org/nix/nix-2.23.3/install) --no-daemon
. $HOME/.nix-profile/etc/profile.d/nix.sh
nix-shell --run "poetry install"
git submodule update --init --recursive
Expand Down

0 comments on commit 797f2d2

Please sign in to comment.