Commit 797f2d2 1 parent a6233dc commit 797f2d2 Copy full SHA for 797f2d2
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- name : " Build classic firmware"
33
33
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
35
35
. $HOME/.nix-profile/etc/profile.d/nix.sh
36
36
nix-shell --run "poetry install"
37
37
nix-shell --run "poetry run ./legacy/script/setup"
Original file line number Diff line number Diff line change 30
30
31
31
- name : " Build mini firmware"
32
32
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
34
34
. $HOME/.nix-profile/etc/profile.d/nix.sh
35
35
nix-shell --run "poetry install"
36
36
nix-shell --run "poetry run ./legacy/script/setup"
Original file line number Diff line number Diff line change 31
31
env :
32
32
PRODUCTION : 1
33
33
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
35
35
. $HOME/.nix-profile/etc/profile.d/nix.sh
36
36
nix-shell --run "poetry install"
37
37
git submodule update --init --recursive
You can’t perform that action at this time.
0 commit comments