mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
be pure and add dart
This commit is contained in:
parent
e06b143325
commit
91a6079e59
|
@ -5,6 +5,6 @@ name: default
|
|||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- nix-shell --run "flutter build apk --split-per-abi"
|
||||
- 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"
|
||||
|
|
Loading…
Reference in a new issue