From 6eb404fc11383522e3e0cba9124c2a3064ef6ddd Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Sat, 27 Aug 2022 17:09:06 +0300 Subject: [PATCH] switch to unstable channel for ci --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 395067e8..8331d514 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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