mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
add environment variable
This commit is contained in:
parent
756754f1a9
commit
1313c9f976
|
@ -6,3 +6,5 @@ steps:
|
|||
- name: build
|
||||
commands:
|
||||
- nix-shell --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"
|
||||
|
|
Loading…
Reference in a new issue