mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
fix nix shell
This commit is contained in:
parent
53ef810a09
commit
498c455f8d
|
@ -9,5 +9,5 @@ steps:
|
||||||
#- nix-shell --pure --run "dart --version"
|
#- nix-shell --pure --run "dart --version"
|
||||||
- nix-shell --pure --run "flutter build apk --split-per-abi"
|
- nix-shell --pure --run "flutter build apk --split-per-abi"
|
||||||
environment:
|
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
|
NIXPKGS_ALLOW_UNFREE: 1
|
||||||
|
|
Loading…
Reference in a new issue