switch to unstable channel for ci

pull/110/head
Alya Sirko 2022-08-27 17:09:06 +03:00
parent 894fc45399
commit 6eb404fc11
1 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ name: default
steps:
- name: build
commands:
- nix-shell --pure --run "flutter doctor -v"
- nix-shell --pure --run "dart --version"
#- nix-shell --pure --run "flutter build apk --split-per-abi"
#- nix-shell --pure --run "flutter doctor -v"
#- nix-shell --pure --run "dart --version"
- nix-shell --pure --run "flutter build apk --split-per-abi"
environment:
NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:/nix/var/nix/profiles/per-user/root/channels"
NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs"
NIXPKGS_ALLOW_UNFREE: 1