From 498c455f8ddce98f693e4862ddeb2cb998b215a5 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Sat, 27 Aug 2022 18:25:39 +0300 Subject: [PATCH] fix nix shell --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6c43b6ee..762a6f54 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,5 +9,5 @@ steps: #- nix-shell --pure --run "dart --version" - nix-shell --pure --run "flutter build apk --split-per-abi" environment: - NIX_PATH: "unstable=/nix/var/nix/profiles/per-user/root/channels/unstable" + NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:unstable=/nix/var/nix/profiles/per-user/root/channels/unstable" NIXPKGS_ALLOW_UNFREE: 1