mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
switch to unstable channel for ci
This commit is contained in:
parent
894fc45399
commit
6eb404fc11
|
@ -5,9 +5,9 @@ name: default
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --pure --run "flutter doctor -v"
|
#- nix-shell --pure --run "flutter doctor -v"
|
||||||
- nix-shell --pure --run "dart --version"
|
#- nix-shell --pure --run "dart --version"
|
||||||
#- nix-shell --pure --run "flutter build apk --split-per-abi"
|
- nix-shell --pure --run "flutter build apk --split-per-abi"
|
||||||
environment:
|
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
|
NIXPKGS_ALLOW_UNFREE: 1
|
||||||
|
|
Loading…
Reference in a new issue