From 894fc45399831ed8a64427a9b1029ea68d5ef766 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Sat, 27 Aug 2022 17:00:10 +0300 Subject: [PATCH] allow unfree nixpkgs --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a5eb91d7..395067e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,3 +10,4 @@ steps: #- 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" + NIXPKGS_ALLOW_UNFREE: 1