mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
add environment variable
This commit is contained in:
parent
756754f1a9
commit
1313c9f976
|
@ -6,3 +6,5 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run "flutter build apk --split-per-abi"
|
- 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