mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 21:56:59 +05:30
nix: add shell config
This commit is contained in:
parent
e751361b1d
commit
45e6684f9c
1 changed files with 8 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> { config.android_sdk.accept_license = true; } }:
|
||||
|
||||
(pkgs.buildFHSUserEnv {
|
||||
name = "android-sdk-env";
|
||||
targetPkgs = pkgs:
|
||||
(with pkgs; [ androidenv.androidPkgs_9_0.androidsdk gradle glibc zlib ]);
|
||||
runScript = "bash";
|
||||
}).env
|
Loading…
Add table
Add a link
Reference in a new issue